Skip to content

Commit

Permalink
Merge branch 'main' into gas-station-design-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress authored Jul 8, 2024
2 parents 0fccb78 + 2766b9a commit 5b6c3f1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/images/Header/gas-station-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/components/common/Header/navCategories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import SafeConIcon from '@/public/images/Header/safe-con-icon.svg'
import CareersIcon from '@/public/images/Header/careers-icon.svg'
import PressRoomIcon from '@/public/images/Header/press-room-icon.svg'
import HelpCenterIcon from '@/public/images/Header/help-center-icon.svg'
import GasStationIcon from '@/public/images/Header/gas-station-icon.svg'

export type NavItem = {
label: string
Expand Down Expand Up @@ -60,6 +61,11 @@ export const navCategories: NavCategory[] = [
rel: 'noreferrer',
icon: <PaperIcon />,
},
{
label: 'Gas Station',
href: AppRoutes.gasStation,
icon: <GasStationIcon />,
},
],
},
{
Expand Down
1 change: 1 addition & 0 deletions src/config/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const AppRoutes = {
index: '/',
imprint: '/imprint',
governance: '/governance',
gasStation: '/gas-station',
ecosystem: '/ecosystem',
disclaimer: '/disclaimer',
core: '/core',
Expand Down

0 comments on commit 5b6c3f1

Please sign in to comment.