From 625ea712e88ff4d30e45f559f0b8504b7d8f6c9b Mon Sep 17 00:00:00 2001 From: symo_octo Date: Wed, 26 Jun 2024 12:22:48 +0200 Subject: [PATCH] fix: retour review --- .../layouts/Header/Navigation/NavigationStructure.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' },