style(post): mod's display name was missing color

This commit is contained in:
Tom (plebeius.eth)
2024-08-22 12:16:26 +02:00
parent 999990bee1
commit 1152bc7f9e
3 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ const PostInfo = ({ openReplyModal, post, postReplyCount = 0, roles, isHidden }:
) : (
_.capitalize(t('anonymous'))
)}
{authorRole && ` ## Board ${authorRole}`}{' '}
<span className='capitalize'>{authorRole && ` ## Board ${authorRole}`} </span>
</span>
{!(isDescription || isRules) && (
<>