Skip to content

Commit

Permalink
fix: Update welcome screen text
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 8, 2023
1 parent ea3763b commit 5714fae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/welcome/NewSafeSocial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const NewSafeSocial = () => {
letterSpacing={-1.5}
color="static.main"
>
Get started in 30 seconds with your Google Account
Get the most secure web3 account in {'<'}30 seconds
</Typography>

<ul className={css.numberList}>
Expand All @@ -57,8 +57,7 @@ const NewSafeSocial = () => {
<BulletListItem text="Add more signers later to level up your security" />
</ul>

{/* TODO: Replace with actual link and possibly add tracking */}
<Link href="https://safe.global" passHref>
<Link href="https://safe.global/campaigns/social-login-gnosis" passHref>
<Button startIcon={<ChevronLeftIcon />} className={css.button}>
Back to landing page
</Button>
Expand Down

0 comments on commit 5714fae

Please sign in to comment.