Skip to content

Commit

Permalink
Add lists link to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelfan committed Jan 29, 2024
1 parent 7052151 commit 9f845ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/navigational/appBar/AppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ export default function AppBar() {
title="Feeds"
isActive={pathname === "/dashboard/feeds"}
/>
{/* <NavItem
<NavItem
href="/dashboard/lists"
icon={<HiOutlineClipboardList className="text-2xl md:text-3xl" />}
activeIcon={<HiClipboardList className="text-2xl md:text-3xl" />}
title="Lists"
isActive={pathname === "/dashboard/lists"}
/> */}
/>
<NavItem
href="/dashboard/notifications"
icon={<FaRegBell className="text-2xl md:text-3xl" />}
Expand Down
4 changes: 2 additions & 2 deletions src/components/navigational/navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ export default function Navbar() {
isActive={pathname === "/dashboard/feeds"}
className="sm:m-0"
/>
{/* <NavItem
<NavItem
href="/dashboard/lists"
icon={<HiOutlineClipboardList className="text-2xl md:text-3xl" />}
activeIcon={<HiClipboardList className="text-2xl md:text-3xl" />}
title="Lists"
isActive={pathname === "/dashboard/lists"}
/> */}
/>
<NavItem
href="/dashboard/notifications"
icon={<FaRegBell className="text-2xl md:text-3xl" />}
Expand Down

0 comments on commit 9f845ae

Please sign in to comment.