make post creator badge stand out more

This commit is contained in:
Alec Armbruster 2023-06-26 16:41:14 -04:00
parent 7ea9f26a1c
commit b69ad1264d
No known key found for this signature in database
GPG key ID: 52BC7C84E960FD1B

View file

@ -315,8 +315,8 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
<Icon icon="shield" inline classes="text-danger me-2" />
)}
{this.isPostCreator && (
<div className="badge text-bg-light d-none d-sm-inline me-2">
{I18NextService.i18n.t("creator")}
<div className="badge text-info text-bg-light d-none d-sm-inline me-2">
{I18NextService.i18n.t("op").toUpperCase()}
</div>
)}
{isMod_ && (