Skip to content

Commit

Permalink
chore: change moods to track in navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
jackcasstlesjones committed Dec 13, 2024
1 parent 40d4563 commit aadce98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/layout/Navbar/NavbarLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import NavLink from "../../shared/NavLink";

const links = [
{ title: "Home", icon: HomeIcon, destination: "/" },
{ title: "Moods", icon: PresentationChartLineIcon, destination: "/moods" },
{ title: "Track", icon: PresentationChartLineIcon, destination: "/moods" },
{
title: "Toolkit",
icon: WrenchIcon,
Expand Down

0 comments on commit aadce98

Please sign in to comment.