Skip to content

Commit bc0f68b

Browse files
committed
feat: changelog path
1 parent 12dfe17 commit bc0f68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const navLinks = [
2323
},
2424
{ title: 'Earn', url: '/earn', Icon: MemoIcons.earn },
2525
{ title: 'Hiring', url: '/careers', Icon: MemoIcons.careers },
26-
{ title: 'Changelog', url: '/updates/changelog', Icon: MemoIcons.updates },
26+
{ title: 'Changelog', url: '/changelog', Icon: MemoIcons.updates },
2727
{ title: 'OGIFs', url: '/updates/ogif', Icon: MemoIcons.ogif },
2828
{ title: 'Prompts', url: '/prompts', Icon: MemoIcons.prompts },
2929
];

0 commit comments

Comments
 (0)