mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-26 14:21:13 +00:00
always show badge on mobile
This commit is contained in:
parent
06736c3df1
commit
9e1eb5fe19
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ export class CommentNode extends Component<CommentNodeProps, CommentNodeState> {
|
||||||
)}
|
)}
|
||||||
{this.isPostCreator && (
|
{this.isPostCreator && (
|
||||||
<div
|
<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")}
|
aria-label={I18NextService.i18n.t("creator")}
|
||||||
data-tippy-content={I18NextService.i18n.t("creator")}
|
data-tippy-content={I18NextService.i18n.t("creator")}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue