Skip to content

Commit

Permalink
style(frontend): Don't use colors for menu
Browse files Browse the repository at this point in the history
  • Loading branch information
maikbasel committed May 18, 2024
1 parent db01362 commit df6887a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sections/dashboard/components/sidebar/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export const NavItems: NavItem[] = [
title: 'Profiles',
icon: Settings,
href: '/',
color: 'text-green-500',
},
];

Expand Down

0 comments on commit df6887a

Please sign in to comment.