Link to /home, not /

This commit is contained in:
Marshall Polaris 2022-04-22 19:30:55 -07:00
parent a525ad82ec
commit 0118920f39

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>