Link to /home, not / (#93)
This commit is contained in:
parent
bfbcde4dfc
commit
06f9f53951
|
@ -213,7 +213,7 @@ const NoBets = () => {
|
||||||
return (
|
return (
|
||||||
<div className="mx-4 text-gray-500">
|
<div className="mx-4 text-gray-500">
|
||||||
You have not made any bets yet.{' '}
|
You have not made any bets yet.{' '}
|
||||||
<SiteLink href="/" className="underline">
|
<SiteLink href="/home" className="underline">
|
||||||
Find a prediction market!
|
Find a prediction market!
|
||||||
</SiteLink>
|
</SiteLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user