Compare commits

...

1 commit

Author SHA1 Message Date
Dessalines
7a626c181e Making the modlog badge stand out more. Fixes #531 2022-01-04 10:06:49 -05:00
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>