Making the modlog badge stand out more. Fixes #531

This commit is contained in:
Dessalines 2022-01-04 10:06:49 -05:00
parent b96e16b4e9
commit 7a626c181e
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ export class Sidebar extends Component<SidebarProps, SidebarState> {
</li>
<li className="list-inline-item">
<Link
className="badge badge-secondary"
className="badge badge-primary"
to={`/modlog/community/${this.props.community_view.community.id}`}
>
{i18n.t("modlog")}

View file

@ -588,7 +588,7 @@ export class Home extends Component<any, HomeState> {
})}
</li>
<li className="list-inline-item">
<Link className="badge badge-secondary" to="/modlog">
<Link className="badge badge-primary" to="/modlog">
{i18n.t("modlog")}
</Link>
</li>