Skip to content

Commit

Permalink
Feat/copy updates (#75)
Browse files Browse the repository at this point in the history
* update texting

* update ativity review text

* run prettier
  • Loading branch information
sebastianscatularo authored Apr 2, 2024
1 parent e4f7b33 commit 0fe0bf0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
7 changes: 7 additions & 0 deletions frontend/sections/PastActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ export const PastActivity = ({ onBack, onProceed }: StepProps) => {
Please tick the appropriate boxes below that reflect your wallet
usage and participation in the Wormhole ecosystem.
</p>
<p className="mb-6">
<i>
Please note that not all Wormhole-supported chains are shown here.
Cross-chain activity on chains not shown was attributed to wallets
on the other side of the transaction.
</i>
</p>

<p className="mb-6 font-light">Active on:</p>
<div className="mb-6 grid max-w-[420px] grid-cols-2 gap-4 sm:grid-cols-3 md:grid-cols-4">
Expand Down
2 changes: 1 addition & 1 deletion frontend/sections/SignAndClaim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export const SignAndClaim = ({ onBack, onProceed }: SignAndClaimProps) => {
</BoxTitle>
<div className="px-4 py-8 text-base sm:px-10 sm:text-base16">
<p className="mb-6">
{`Please proceed to sign your connected wallets. Press the “Sign” button next to each wallet and confirm in the pop-up window.`}
{`Please proceed to prove ownership of your connected wallets by signing a message for each one. Click the “Sign” button next to each wallet and confirm in the pop-up window.`}
</p>
<p className="mb-6">
Signing with your Solana wallet will be done at a later step.
Expand Down
5 changes: 1 addition & 4 deletions frontend/sections/TokensReceived.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ export const TokensReceived = ({ totalCoinsClaimed }: TokensReceivedProps) => {
<p className="mb-6">
Thank you for participating in this Wormhole airdrop.
</p>
<p>
Stay in the loop with Wormhole updates by subscribing to the
newsletter.
</p>
<p>Stay up to date with Wormhole by subscribing to the newsletter.</p>

<div className="mt-6 border border-light-25 bg-black bg-opacity-30 px-8 pb-1 pt-8">
<Subscribe />
Expand Down
2 changes: 1 addition & 1 deletion frontend/sections/WalletsEligibility.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ function TableRow({ ecosystem }: TableRowProps) {
]
} else {
return [
'Congratulations! This wallet is successfully connected. Click on the wallet address to disconnect to connect to another wallet.',
'Congratulations! This wallet is successfully connected. If you want to connect to a different wallet, click on the wallet address to disconnect and try again.',
<Verified key={null} />,
]
}
Expand Down
14 changes: 7 additions & 7 deletions frontend/sections/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ export const Welcome = ({ onProceed }: { onProceed: () => void }) => {
<BoxTitle> Welcome to the Wormhole Airdrop</BoxTitle>
<div className="px-4 py-8 text-base sm:px-10 sm:text-base16">
<p className="mb-6">
The Wormhole platform is on a road of further decentralization. This
airdrop is constructed to support that vision and meaningfully
decentralize stakeholders from the start.
The Wormhole platform is moving towards further decentralization.
The purpose of this airdrop is to support that vision by
meaningfully distributing stakeholders from the start.
</p>
<p className="mb-6">
Eligibility for this W airdrop may apply to you if you've interacted
with ecosystem chains, applications, or the community within the
Wormhole ecosystem in the past. The snapshot for this airdrop has
already been taken as of February 6, 2024, 23:59 UTC.
You may be eligible for this W airdrop if you&apos;ve interacted
with Wormhole ecosystem chains, applications, or the Wormhole
community in the past. The snapshot for this airdrop was taken on
February 6, 2024, 23:59 UTC.
</p>
<p className="mb-6">
Please proceed to check your eligibility and claim your W.
Expand Down

0 comments on commit 0fe0bf0

Please sign in to comment.