From ef091f43596a3466561ca5057ac625bf645549ae Mon Sep 17 00:00:00 2001 From: Austin Chen Date: Thu, 16 Dec 2021 18:36:41 -0800 Subject: [PATCH] Add a temporary link to explore all markets from homepage --- web/components/hero.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/components/hero.tsx b/web/components/hero.tsx index 4e6cd837..d2ef1cdf 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -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! +
+ + + Or explore all markets + + +