remove border on ask question button
This commit is contained in:
parent
84c86552d5
commit
42c981a54d
|
@ -179,9 +179,8 @@ export default function Sidebar(props: { className?: string }) {
|
||||||
|
|
||||||
{user && (
|
{user && (
|
||||||
<div className={'aligncenter flex justify-center'}>
|
<div className={'aligncenter flex justify-center'}>
|
||||||
<Link href={'/create'}>
|
<Link href={'/create'} passHref>
|
||||||
<button className="btn btn-md mt-4 bg-indigo-500 capitalize hover:bg-indigo-700">
|
<button className="btn btn-md mt-4 border-0 bg-indigo-500 capitalize hover:bg-indigo-700">
|
||||||
{/* Create Market */}
|
|
||||||
Ask question
|
Ask question
|
||||||
</button>
|
</button>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user