We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f47c2 commit 5ab6352Copy full SHA for 5ab6352
2 files changed
src/components/sidebar.tsx
@@ -14,6 +14,7 @@ import {
14
IconCarrot,
15
IconEgg,
16
IconFishHook,
17
+ IconFlameFilled,
18
IconGardenCart,
19
IconHammer,
20
IconHeart,
@@ -50,9 +51,10 @@ export const playerNavigation = [
50
51
{ name: "Home", href: "/", icon: IconHome2 },
52
{ name: "Farmer", href: "/farmer", icon: IconId },
53
{ name: "Skills & Mastery", href: "/skills", icon: IconStars },
- { name: "Perfection", href: "/perfection", icon: IconAward },
54
{ name: "Relationships", href: "/relationships", icon: IconHeart },
55
{ name: "Animals", href: "/animals", icon: IconPaw },
56
+ { name: "Perfection", href: "/perfection", icon: IconAward },
57
+ { name: "Grandpa's Evaluation", href: "/grandpa", icon: IconFlameFilled },
58
];
59
60
export const collectionsNavigation = [
0 commit comments