Skip to content

Commit

Permalink
feat: Remove ui.darkmode.enabled flag condition
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Oct 16, 2024
1 parent b34668e commit 8e92bfe
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@ export const Sidebar = (): JSX.Element => {
primary={t('Nav.profile')}
icon={PeopleIcon}
/>
{flag('ui.darkmode.enabled') && (
<MenuItemNavLink
to={routes.appearance}
primary={t('Nav.appearance')}
icon={PaletteIcon}
/>
)}
<MenuItemNavLink
to={routes.appearance}
primary={t('Nav.appearance')}
icon={PaletteIcon}
/>
<SubscriptionMenuItem />
<MenuItemNavLink
to={routes.storage}
Expand Down

0 comments on commit 8e92bfe

Please sign in to comment.