diff --git a/src/client/src/components/DataSheets/Sections/Establishment/Header/HeaderInfoBloc.jsx b/src/client/src/components/DataSheets/Sections/Establishment/Header/HeaderInfoBloc.jsx index db96aac6..6148498a 100644 --- a/src/client/src/components/DataSheets/Sections/Establishment/Header/HeaderInfoBloc.jsx +++ b/src/client/src/components/DataSheets/Sections/Establishment/Header/HeaderInfoBloc.jsx @@ -105,8 +105,8 @@ function HeaderInfoBloc({ - {code} {adresse ? adresse : ""} + {code} )} {enterprise && ( diff --git a/src/client/src/components/DataSheets/Sections/Establishment/Helps/Subcategory/Apprentissage.js b/src/client/src/components/DataSheets/Sections/Establishment/Helps/Subcategory/Apprentissage.js index d9fe1f5f..ea13b1aa 100644 --- a/src/client/src/components/DataSheets/Sections/Establishment/Helps/Subcategory/Apprentissage.js +++ b/src/client/src/components/DataSheets/Sections/Establishment/Helps/Subcategory/Apprentissage.js @@ -39,7 +39,7 @@ const Apprentissage = ({ siret }) => { name={`Embauche en contrat d'apprentissage depuis ${minYear}`} value={getSignesTotalFromSignes(apprentissagesSignes)} columnClasses={["is-7", "is-5"]} - sourceSi="Ari@ne" + sourceSi="DECA" className="has-no-border" /> {data?.length > 0 && ( diff --git a/src/client/src/components/DataSheets/dataSheets.scss b/src/client/src/components/DataSheets/dataSheets.scss index 8104230f..d4c3fa06 100644 --- a/src/client/src/components/DataSheets/dataSheets.scss +++ b/src/client/src/components/DataSheets/dataSheets.scss @@ -212,7 +212,6 @@ } &__bloc_section { scroll-margin: $spacing-6; - cursor: pointer; .data { @media print { display: flex !important; @@ -251,6 +250,7 @@ display: flex; align-items: center; justify-content: space-between; + cursor: pointer; .icon { background-color: transparent; border: none;