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