Skip to content

Commit

Permalink
refactor: changed name of tab
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaspalma committed Nov 27, 2024
1 parent 510a50b commit 0896bab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const pages = [
{ path: getPath(configToUse.paths.planner), location: 'Horários', element: TimeTableSelectorPage, liquid: true },
{ path: getPath(configToUse.paths.faqs), location: 'FAQs', element: FaqsPage, liquid: true },
{ path: getPath(configToUse.paths.notfound), location: 'NotFound', element: NotFoundPage, liquid: true },
{ path: getPath(config.paths.exchange), location: 'Exchange', element: Exchange, liquid: true },
{ path: getPath(config.paths.exchange), location: 'Trocas', element: Exchange, liquid: true },
]

const redirects = [
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const navigation = [
wip: false,
},
{
title: 'Exchange',
title: 'Trocas',
location: getPath(config.paths.exchange),
icon: <ArrowsRightLeftIcon className="h-5 w-5" />,
wip: false,
Expand Down

0 comments on commit 0896bab

Please sign in to comment.