Skip to content

Commit 45885c7

Browse files
committed
feat: add license filter to router
1 parent f62981b commit 45885c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/Navigator/MainNavigator.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const topNavBarMenu = ({ t }: typeof i18n): MenuItem[] => [
2525
href: 'https://github.com/Open-Source-Bazaar/Git-Hackathon-scaffold',
2626
name: t('hackathon'),
2727
},
28+
{ href: '/license-filter', name: 'License Filter' },
2829
];
2930

3031
export interface MainNavigatorProps {

0 commit comments

Comments
 (0)