Skip to content

Commit

Permalink
Add new link
Browse files Browse the repository at this point in the history
  • Loading branch information
KittySparkles committed Feb 5, 2025
1 parent 279abb1 commit b870db1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/helpers/getNavigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,16 @@ const getNavigation = releases => [
title: 'Information',
icon: 'star',
items: [
{
label: 'Community Programs',
to: '/community-programs',
id: 'COMMUNITY_PROGRAMS',
},
{
label: 'Fan-Kit',
to: '/fan-kit',
id: 'FAN_KIT',
},
{ label: 'Known Bugs', to: '/known-bugs', id: 'KNOWN_BUGS' },
{ label: 'Cards Index', to: '/cards/N89', id: 'CARDS' },
{
label: 'Card usage data',
Expand Down

0 comments on commit b870db1

Please sign in to comment.