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 <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'}