Skip to content

Commit 5ab6352

Browse files
committed
feat: grandpa's evaluation calculation
1 parent a5f47c2 commit 5ab6352

2 files changed

Lines changed: 396 additions & 1 deletion

File tree

src/components/sidebar.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import {
1414
IconCarrot,
1515
IconEgg,
1616
IconFishHook,
17+
IconFlameFilled,
1718
IconGardenCart,
1819
IconHammer,
1920
IconHeart,
@@ -50,9 +51,10 @@ export const playerNavigation = [
5051
{ name: "Home", href: "/", icon: IconHome2 },
5152
{ name: "Farmer", href: "/farmer", icon: IconId },
5253
{ name: "Skills & Mastery", href: "/skills", icon: IconStars },
53-
{ name: "Perfection", href: "/perfection", icon: IconAward },
5454
{ name: "Relationships", href: "/relationships", icon: IconHeart },
5555
{ name: "Animals", href: "/animals", icon: IconPaw },
56+
{ name: "Perfection", href: "/perfection", icon: IconAward },
57+
{ name: "Grandpa's Evaluation", href: "/grandpa", icon: IconFlameFilled },
5658
];
5759

5860
export const collectionsNavigation = [

0 commit comments

Comments
 (0)