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:
parent
6d7fd42c62
commit
3632749cc0
@ -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>
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user