diff --git a/frontend/components/Layout.tsx b/frontend/components/Layout.tsx index 5e601606..296a1887 100644 --- a/frontend/components/Layout.tsx +++ b/frontend/components/Layout.tsx @@ -147,7 +147,7 @@ export const Layout = ({ children, setDisclaimerWasRead }: LayoutProps) => {
diff --git a/frontend/components/buttons/SolanaWalletCopyButton.tsx b/frontend/components/buttons/SolanaWalletCopyButton.tsx index 194a883f..c64af00b 100644 --- a/frontend/components/buttons/SolanaWalletCopyButton.tsx +++ b/frontend/components/buttons/SolanaWalletCopyButton.tsx @@ -11,16 +11,16 @@ import { WalletIcon } from '@components/wallets/WalletButton' // This component will only render when solana wallet is connected export function SolanaWalletCopyButton() { const solanaIdentity = useGetEcosystemIdentity()(Ecosystem.SOLANA) - const [tooltipContent, setTooltipContent] = useState('copy') + const [tooltipContent, setTooltipContent] = useState('Copy') const { wallet } = useWallet() if (solanaIdentity === undefined) return <> return (
setTooltipContent('copy')} + onMouseEnter={() => setTooltipContent('Copy')} onMouseDown={() => { - setTooltipContent('copied') + setTooltipContent('Copied') }} > diff --git a/frontend/next-seo.config.js b/frontend/next-seo.config.js index b7f7fa8d..3c7d9e86 100644 --- a/frontend/next-seo.config.js +++ b/frontend/next-seo.config.js @@ -16,7 +16,7 @@ export default { ], }, twitter: { - handle: '@wormholecrypto', + handle: '@wormhole', cardType: 'summary_large_image', }, } diff --git a/frontend/pages/verify-eligibility/index.tsx b/frontend/pages/verify-eligibility/index.tsx index 056c3b06..168f42d0 100644 --- a/frontend/pages/verify-eligibility/index.tsx +++ b/frontend/pages/verify-eligibility/index.tsx @@ -21,8 +21,14 @@ export default function VerifyEligibilityPage() { previous step. Feel free to go back and adjust any selections if necessary.

-

- {`Note that you won't be able to move on to the next step and claim your W unless all your wallets or Discord account are successfully connected.`} +

+ Note that you won't be able to move on to the next step and claim + your W unless all your wallets or Discord account are successfully + connected. +

+

+ If you are connecting a Solana wallet to verify eligibility, keep in + mind that the same wallet will be used to claim your W.

diff --git a/frontend/sections/LoggedInSolana.tsx b/frontend/sections/LoggedInSolana.tsx index ccbe3562..aeb61a2b 100644 --- a/frontend/sections/LoggedInSolana.tsx +++ b/frontend/sections/LoggedInSolana.tsx @@ -26,6 +26,10 @@ export const LoggedInSolana = ({ onBack, onProceed }: StepProps) => { The W you claim will be sent to the Solana wallet you link during this process.

+

+ If you connected a Solana wallet to verify eligibility, keep in mind + that the same wallet will be used to claim your W. +

To change the connected wallet please go to the previous step.