Add a temporary link to explore all markets from homepage

This commit is contained in:
Austin Chen 2021-12-16 18:36:41 -08:00
parent 7464d1e54f
commit ef091f4359

View File

@ -1,3 +1,4 @@
import Link from 'next/link'
import { firebaseLogin } from '../lib/firebase/users'
import { Header } from './header'
@ -29,6 +30,13 @@ export const Hero = () => {
Sign in to get started!
</button>
</div>
<div className="mt-2">
<Link href="/markets">
<a className="text-green-500 text-sm hover:underline hover:decoration-2">
Or explore all markets
</a>
</Link>
</div>
</div>
</div>
</div>