Skip to content

Commit

Permalink
feat: moved About to the end of menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Karlen9 committed Sep 18, 2024
1 parent d9267c5 commit 90bf742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/common/utils/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,12 +277,12 @@ export const LANDING_SIDEBAR_LINKS = [

export const MENU_TABS = [
{title: 'Home', route: '/'},
{title: 'About', route: 'about'},
{title: 'Frontends', route: 'frontends'},
{title: 'Lockers', route: 'lockers'},
{title: 'Pools', route: 'pools'},
{title: 'Yearn X Projects', route: 'yearn-x'},
{title: 'Integrations', route: 'integrations'}
{title: 'Integrations', route: 'integrations'},
{title: 'About', route: 'about'}
];

export const CATEGORY_PAGE_FILTERS = [
Expand Down

0 comments on commit 90bf742

Please sign in to comment.