Skip to content

Commit

Permalink
Update with solana copy (#197)
Browse files Browse the repository at this point in the history
* Update with solana copy

* Less go
  • Loading branch information
guibescos authored Oct 26, 2023
1 parent 35b10c1 commit d28d048
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions frontend/sections/LogInWithSolana.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ export const LogInWithSolana = ({ onBack, onProceed }: StepProps) => {
</div>
<div className="px-10 py-8 text-base16">
<p className="mb-6">
PYTH tokens are native to Solana. You will need a Solana (SPL) wallet
to receive your tokens and to resume progress on this page if you
leave before claiming. Your claimed PYTH tokens will go to the Solana
wallet you connect in this step.
PYTH tokens are native to Solana. You need a Solana (SPL) wallet to
proceed and receive your PYTH tokens. Your claimed PYTH tokens will go
to the Solana wallet you connect in this step.
</p>
<p className="">
You can find a list of popular wallets that support Solana (SPL)
Expand Down
6 changes: 3 additions & 3 deletions frontend/sections/Welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export const Welcome = ({ onProceed }: { onProceed: () => void }) => {
</ul>
<p>
This Claim Process will check your wallet activity and Discord
account to calculate how many PYTH tokens you are eligible to claim. Your
progress is automatically saved. You will not lose your progress if
you leave.
account to calculate how many PYTH tokens you are eligible to claim.
Your progress is automatically saved. You will not lose your
progress if you leave.
</p>
<div className="mt-12 flex justify-end">
<ProceedButton onProceed={onProceed} />
Expand Down

0 comments on commit d28d048

Please sign in to comment.