]> Untitled Git - lemmy-ui.git/commitdiff
Making the modlog badge stand out more. Fixes #531 (#539)
authorDessalines <dessalines@users.noreply.github.com>
Thu, 6 Jan 2022 16:26:06 +0000 (11:26 -0500)
committerGitHub <noreply@github.com>
Thu, 6 Jan 2022 16:26:06 +0000 (11:26 -0500)
src/shared/components/community/sidebar.tsx
src/shared/components/home/home.tsx

index 0e7358f29c1f023d1b320d5da62c35cfc0fd7c53..b13cb8e03a113e7255be5ed6d68c472aedbff433 100644 (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")}
index d14514515abcebf325050bcf44ff68ff52d961fe..e1c2f747e2686483876298f79a8929318271795a 100644 (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>