We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12dfe17 commit bc0f68bCopy full SHA for bc0f68b
src/components/layout/Sidebar.tsx
@@ -23,7 +23,7 @@ const navLinks = [
23
},
24
{ title: 'Earn', url: '/earn', Icon: MemoIcons.earn },
25
{ title: 'Hiring', url: '/careers', Icon: MemoIcons.careers },
26
- { title: 'Changelog', url: '/updates/changelog', Icon: MemoIcons.updates },
+ { title: 'Changelog', url: '/changelog', Icon: MemoIcons.updates },
27
{ title: 'OGIFs', url: '/updates/ogif', Icon: MemoIcons.ogif },
28
{ title: 'Prompts', url: '/prompts', Icon: MemoIcons.prompts },
29
];
0 commit comments