Add create market button (#79)
This commit is contained in:
parent
e8e19e0e5d
commit
7c7d6815f8
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
.idea/
|
||||||
.vercel
|
.vercel
|
||||||
node_modules
|
node_modules
|
||||||
|
|
|
@ -158,6 +158,12 @@ export default function Sidebar() {
|
||||||
buttonContent={<MoreButton />}
|
buttonContent={<MoreButton />}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{user && (
|
||||||
|
<Link href={'/create'}>
|
||||||
|
<button className="btn btn-primary btn-md mt-4">Create Market</button>
|
||||||
|
</Link>
|
||||||
|
)}
|
||||||
</nav>
|
</nav>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user