Normalcase Comment

This commit is contained in:
Ian Philips 2022-04-26 07:22:49 -06:00
parent 57c0fc106a
commit c8fe71a448

View File

@ -248,10 +248,9 @@ export function CommentInput(props: {
}}
/>
<button
className={clsx(
'btn btn-outline btn-sm mt-1',
user ? '' : 'text-transform: capitalize'
)}
className={
'btn btn-outline btn-sm text-transform: mt-1 capitalize'
}
onClick={submitComment}
>
{user ? 'Comment' : 'Sign in to comment'}