1
0
mirror of https://github.com/kremalicious/blowfish.git synced 2024-12-27 07:07: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 (
<div className={styles.welcome}>
<IconRocket />
<Link style={{ color: accentColor }} href="/preferences">
Add your first address to get started.
<Link href="/preferences">
<a style={{ color: accentColor }}>
Add your first address to get started.
</a>
</Link>
</div>
)