1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-12-27 23:27:52 +01:00

fix empty link

This commit is contained in:
Matthias Kretschmann 2020-02-25 21:18:37 +01:00
parent 6d7fd42c62
commit 3632749cc0
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -10,8 +10,10 @@ const Welcome = () => {
return ( return (
<div className={styles.welcome}> <div className={styles.welcome}>
<IconRocket /> <IconRocket />
<Link style={{ color: accentColor }} href="/preferences"> <Link href="/preferences">
Add your first address to get started. <a style={{ color: accentColor }}>
Add your first address to get started.
</a>
</Link> </Link>
</div> </div>
) )