Link to /home, not / (#93)

This commit is contained in:
Marshall Polaris 2022-04-22 19:39:29 -07:00 committed by GitHub
parent bfbcde4dfc
commit 06f9f53951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ const NoBets = () => {
return (
<div className="mx-4 text-gray-500">
You have not made any bets yet.{' '}
<SiteLink href="/" className="underline">
<SiteLink href="/home" className="underline">
Find a prediction market!
</SiteLink>
</div>