Skip to content

Commit

Permalink
chore(wallet): update copy of start
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcnk committed Dec 22, 2023
1 parent 9dc07be commit 8fe0550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/features/src/components/wizard-layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const WizardLayout = ({
<div className="flex flex-1 dark:bg-slate-950 bg-white flex-col">
<div className="flex justify-between items-center p-4">
{textLogo ? (
<span className="text-lg font-semibold">Pallad</span>
<span className="text-lg font-semibold ml-2">Pallad</span>
) : (
<Logo />
)}
Expand Down
6 changes: 3 additions & 3 deletions packages/features/src/onboarding/views/start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const StartView = () => {
onClick={() => navigate('/onboarding/restore')}
data-testid="onboarding__restoreWalletButton"
>
<span>Restore Wallet</span>
<span>Restore an existing wallet</span>
<ButtonArrow />
</Button>
<Button
Expand All @@ -48,7 +48,7 @@ export const StartView = () => {
onClick={() => navigate('/onboarding/create')}
data-testid="onboarding__createWalletButton"
>
<span>Create Wallet</span>
<span>Create a new wallet</span>
<ButtonArrow />
</Button>
</div>
Expand All @@ -57,7 +57,7 @@ export const StartView = () => {
<div className="flex flex-1 flex-col items-center justify-center gap-8 p-4 text-center">
<img src="/intro.png" className="w-[220px]" />
<p className="leading-7 text-muted-foreground">
The gateway to Minaverse.
Your gateway to Minaverse.
</p>
</div>
</WizardLayout>
Expand Down

0 comments on commit 8fe0550

Please sign in to comment.