Link to market creation from header
This commit is contained in:
parent
70e86155be
commit
73d6e35a74
|
@ -17,11 +17,19 @@ function SignInLink() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{user ? (
|
{user ? (
|
||||||
<Link href="/account">
|
<>
|
||||||
<a className="text-base font-medium text-green-400 hover:text-gray-300">
|
<Link href="/contract">
|
||||||
{user.name}
|
<a className="text-base font-medium text-white hover:text-gray-300">
|
||||||
</a>
|
Create a market
|
||||||
</Link>
|
</a>
|
||||||
|
</Link>
|
||||||
|
|
||||||
|
<Link href="/account">
|
||||||
|
<a className="text-base font-medium text-green-400 hover:text-gray-300">
|
||||||
|
{user.name}
|
||||||
|
</a>
|
||||||
|
</Link>
|
||||||
|
</>
|
||||||
) : (
|
) : (
|
||||||
<button
|
<button
|
||||||
className="text-base font-medium text-green-400 hover:text-gray-300"
|
className="text-base font-medium text-green-400 hover:text-gray-300"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user