Making the modlog badge stand out more. Fixes #531 (#539)

This commit is contained in:
Dessalines 2022-01-06 11:26:06 -05:00 committed by GitHub
parent f7e65d1dc0
commit 08ae106992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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")}

View file

@ -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>