mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(post): mod's display name was missing color
This commit is contained in:
@@ -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) && (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user