"create market" => "ask question"
This commit is contained in:
parent
14ce820dcb
commit
2858fd090c
|
@ -169,7 +169,7 @@ export default function Sidebar(props: { className?: string }) {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{deservesDailyFreeMarket ? (
|
{deservesDailyFreeMarket ? (
|
||||||
<div className=" text-primary mt-4 text-center">
|
<div className=" mt-4 text-center text-indigo-500">
|
||||||
Use your daily free market! 🎉
|
Use your daily free market! 🎉
|
||||||
</div>
|
</div>
|
||||||
) : (
|
) : (
|
||||||
|
@ -179,8 +179,9 @@ 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'}>
|
||||||
<button className="btn btn-primary btn-md mt-4 capitalize">
|
<button className="btn btn-md mt-4 bg-indigo-500 capitalize hover:bg-indigo-700">
|
||||||
Create Market
|
{/* Create Market */}
|
||||||
|
Ask question
|
||||||
</button>
|
</button>
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user