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
|
||||
|
||||
.idea/
|
||||
.vercel
|
||||
node_modules
|
||||
|
|
|
@ -158,6 +158,12 @@ export default function Sidebar() {
|
|||
buttonContent={<MoreButton />}
|
||||
/>
|
||||
</div>
|
||||
|
||||
{user && (
|
||||
<Link href={'/create'}>
|
||||
<button className="btn btn-primary btn-md mt-4">Create Market</button>
|
||||
</Link>
|
||||
)}
|
||||
</nav>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user