Add a temporary link to explore all markets from homepage
This commit is contained in:
parent
7464d1e54f
commit
ef091f4359
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user