Capitalize create market button on feed

This commit is contained in:
Ian Philips 2022-04-28 15:33:51 -06:00
parent a17df14dce
commit 91d9de2aa9

View File

@ -141,7 +141,7 @@ export default function FeedCreate(props: {
{/* Show a fake "Create Market" button, which gets replaced with the NewContract one*/}
{!isExpanded && (
<div className="flex justify-end sm:-mt-4">
<button className="btn btn-sm" disabled>
<button className="btn btn-sm capitalize" disabled>
Create Market
</button>
</div>