diff --git a/src/client/components/layouts/Header/Navigation/NavigationStructure.tsx b/src/client/components/layouts/Header/Navigation/NavigationStructure.tsx index 8c5bb42174..6397a4720b 100644 --- a/src/client/components/layouts/Header/Navigation/NavigationStructure.tsx +++ b/src/client/components/layouts/Header/Navigation/NavigationStructure.tsx @@ -1,6 +1,7 @@ import React, { ReactNode } from 'react'; import { Icon } from '~/client/components/ui/Icon/Icon'; +import { LinkIcon } from '~/client/components/ui/Link/Link'; import styles from './NavigationStructure.module.scss'; @@ -25,7 +26,7 @@ const offresNav = (): NavigationItemWithChildren => ({ children: [ { label: 'Emplois', link: '/emplois' }, ...(process.env.NEXT_PUBLIC_STAGES_SECONDE_RECHERCHE_FEATURE === '1' && process.env.NEXT_PUBLIC_STAGES_SECONDE_URL ? [{ - label: <>Stage de 2de GT , + label: <>Stage de 2de GT , link: process.env.NEXT_PUBLIC_STAGES_SECONDE_URL, }] : []), { label: 'Stages d’études', link: '/stages' },