mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-29 07:41:13 +00:00
Making the modlog badge stand out more. Fixes #531
This commit is contained in:
parent
b96e16b4e9
commit
7a626c181e
2 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ export class Sidebar extends Component<SidebarProps, SidebarState> {
|
||||||
</li>
|
</li>
|
||||||
<li className="list-inline-item">
|
<li className="list-inline-item">
|
||||||
<Link
|
<Link
|
||||||
className="badge badge-secondary"
|
className="badge badge-primary"
|
||||||
to={`/modlog/community/${this.props.community_view.community.id}`}
|
to={`/modlog/community/${this.props.community_view.community.id}`}
|
||||||
>
|
>
|
||||||
{i18n.t("modlog")}
|
{i18n.t("modlog")}
|
||||||
|
|
|
@ -588,7 +588,7 @@ export class Home extends Component<any, HomeState> {
|
||||||
})}
|
})}
|
||||||
</li>
|
</li>
|
||||||
<li className="list-inline-item">
|
<li className="list-inline-item">
|
||||||
<Link className="badge badge-secondary" to="/modlog">
|
<Link className="badge badge-primary" to="/modlog">
|
||||||
{i18n.t("modlog")}
|
{i18n.t("modlog")}
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue