Skip to content

Commit b9f6b9f

Browse files
committed
fix: remove career page from site
1 parent fef9e95 commit b9f6b9f

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

Diff for: src/app/[locale]/career/page.tsx

-20
This file was deleted.

Diff for: src/app/sitemap.ts

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const staticRoutes = [
1212
'/',
1313
'/academy',
1414
'/build',
15-
// '/career',
1615
'/community-hub',
1716
'/contact-us',
1817
'/dubai-residents-disclaimer',

Diff for: src/components/ui/burger-menu.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ export function BurgerMenu({
173173
/>
174174
</MobileMenuDropdownLink>
175175
<MobileMenuDropdownLink title={t('dropdown-links.team.team')}>
176-
177176
<BurgerMenuDropdownLink
178177
title={t('dropdown-links.team.our-values')}
179178
icon={<ValuesIcon />}

0 commit comments

Comments
 (0)