Capitalize create market button on feed
This commit is contained in:
parent
a17df14dce
commit
91d9de2aa9
|
@ -141,7 +141,7 @@ export default function FeedCreate(props: {
|
||||||
{/* Show a fake "Create Market" button, which gets replaced with the NewContract one*/}
|
{/* Show a fake "Create Market" button, which gets replaced with the NewContract one*/}
|
||||||
{!isExpanded && (
|
{!isExpanded && (
|
||||||
<div className="flex justify-end sm:-mt-4">
|
<div className="flex justify-end sm:-mt-4">
|
||||||
<button className="btn btn-sm" disabled>
|
<button className="btn btn-sm capitalize" disabled>
|
||||||
Create Market
|
Create Market
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user