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 && (
|
||||
<div className={'aligncenter flex justify-center'}>
|
||||
<Link href={'/create'}>
|
||||
<button className="btn btn-md mt-4 bg-indigo-500 capitalize hover:bg-indigo-700">
|
||||
{/* Create Market */}
|
||||
<Link href={'/create'} passHref>
|
||||
<button className="btn btn-md mt-4 border-0 bg-indigo-500 capitalize hover:bg-indigo-700">
|
||||
Ask question
|
||||
</button>
|
||||
</Link>
|
||||
|
|
Loading…
Reference in New Issue
Block a user