Normalcase Comment
This commit is contained in:
parent
57c0fc106a
commit
c8fe71a448
|
@ -248,10 +248,9 @@ export function CommentInput(props: {
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
className={clsx(
|
className={
|
||||||
'btn btn-outline btn-sm mt-1',
|
'btn btn-outline btn-sm text-transform: mt-1 capitalize'
|
||||||
user ? '' : 'text-transform: capitalize'
|
}
|
||||||
)}
|
|
||||||
onClick={submitComment}
|
onClick={submitComment}
|
||||||
>
|
>
|
||||||
{user ? 'Comment' : 'Sign in to comment'}
|
{user ? 'Comment' : 'Sign in to comment'}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user