Skip to content

Commit

Permalink
Swap archive icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ImJunny committed Dec 10, 2024
1 parent dd99bfd commit 43070ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/_components/nav/protected-side-nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { usePathname } from "next/navigation";
import { cn } from "@/app/_lib/client-utils";
import { siteConfig } from "@/app/_config/site";
import { Button } from "../ui/button";
import { Archive, BarChart2, Bell, LayoutDashboard, Users } from "lucide-react";
import { BarChart2, Bell, History, LayoutDashboard, Users } from "lucide-react";

export function ProtectedSideNav() {
return (
Expand All @@ -26,7 +26,7 @@ export function ProtectedSideNav() {
</div>
<div className="flex flex-col">
<SideNavOption title="Challenge Archive" path={siteConfig.paths.challenge_archive}>
<Archive/>
<History />
</SideNavOption>
</div>
</nav>
Expand Down

0 comments on commit 43070ed

Please sign in to comment.