diff --git a/src/shared/components/Error/ErrorComponent.tsx b/src/shared/components/Error/ErrorComponent.tsx index 303e0d60..944b9c09 100644 --- a/src/shared/components/Error/ErrorComponent.tsx +++ b/src/shared/components/Error/ErrorComponent.tsx @@ -1,5 +1,8 @@ import { fr } from '@codegouvfr/react-dsfr' import Button from '@codegouvfr/react-dsfr/Button' +import ArtWorkBackground from '@codegouvfr/react-dsfr/dsfr/artwork/background/ovoid.svg' +import ArtWork from '@codegouvfr/react-dsfr/dsfr/artwork/system.svg' + import TechnicalError from '@codegouvfr/react-dsfr/dsfr/artwork/pictograms/system/technical-error.svg' import { useNavigate, useSearch } from '@tanstack/react-router' import { declareComponentKeys, useTranslation } from 'i18n' @@ -66,30 +69,41 @@ export function ErrorComponent(props: Props) { className={fr.cx( 'fr-col-lg-3', 'fr-col-offset-lg-1', - 'fr-col-8', - 'fr-mt-6w', - 'fr-col--middle' + 'fr-hidden', + 'fr-unhidden-lg' )} >