mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-09 10:02:12 +00:00
always show badge on mobile
This commit is contained in:
parent
06736c3df1
commit
9e1eb5fe19
|
@ -316,7 +316,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
|||
)}
|
||||
{this.isPostCreator && (
|
||||
<div
|
||||
className="badge text-info text-bg-light d-none d-sm-inline me-2"
|
||||
className="badge text-info text-bg-light d-sm-inline me-2"
|
||||
aria-label={I18NextService.i18n.t("creator")}
|
||||
data-tippy-content={I18NextService.i18n.t("creator")}
|
||||
>
|
||||
|
|
Loading…
Reference in a new issue