Skip to content

Commit

Permalink
Add icon for Monthly Registration sidebar menu
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchernchong committed Nov 9, 2024
1 parent 9fb2351 commit 6d5871d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/AppSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
DollarSign,
Droplet,
Fuel,
Gauge,
type LucideIcon,
Zap,
} from "lucide-react";
Expand Down Expand Up @@ -77,7 +78,10 @@ export const AppSidebar = () => {
<SidebarMenu>
<SidebarMenuItem>
<SidebarMenuButton asChild isActive={pathname === "/cars"}>
<Link href="/cars">Monthly Registrations</Link>
<Link href="/cars">
<Gauge />
<span>Monthly Registrations</span>
</Link>
</SidebarMenuButton>
</SidebarMenuItem>
{data.cars.map(({ items, ...item }) => (
Expand Down

0 comments on commit 6d5871d

Please sign in to comment.