Skip to content

Commit

Permalink
fix(start): text copy & size
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyjfpender committed Dec 22, 2023
1 parent db1c8d6 commit 2e44943
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/features/src/onboarding/views/Start.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ export const StartView = () => {
</>
}
>
<div className="flex flex-col gap-8 p-4">
<div>
<h1 className="text-5xl text-sky-500 font-semibold">Pallad</h1>
<h2 className="text-5xl">- Enter The Minaverse</h2>
<div className="flex flex-col items-center justify-center gap-8 p-4 text-center">
<div className="w-full">
<h1 className="text-8xl text-sky-500 font-semibold break-words">
Pallad
</h1>
<h2 className="text-2xl break-words">Enter The Minaverse</h2>
</div>
<p className="leading-8">
Take your Mina journey to the next level with out secure, transparent,
and intuitive wallet interface.
<p className="text-sm leading-2">
Enhance your Mina adventure. Transparent and intuitively designed for
your Web3 journey.
</p>
</div>
</WizardLayout>
Expand Down

0 comments on commit 2e44943

Please sign in to comment.