Update "No markets found" to point to /create

Fixes #308
This commit is contained in:
Austin Chen 2022-05-23 17:49:07 -07:00
parent fc320ca1e4
commit a8e47d4fc7

View File

@ -28,7 +28,7 @@ export function ContractsGrid(props: {
return ( return (
<p className="mx-2 text-gray-500"> <p className="mx-2 text-gray-500">
No markets found. Why not{' '} No markets found. Why not{' '}
<SiteLink href="/home" className="font-bold text-gray-700"> <SiteLink href="/create" className="font-bold text-gray-700">
create one? create one?
</SiteLink> </SiteLink>
</p> </p>