mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-10 02:15:11 +00:00
make post creator badge stand out more
This commit is contained in:
parent
7ea9f26a1c
commit
b69ad1264d
|
@ -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_ && (
|
||||
|
|
Loading…
Reference in a new issue