Skip to content

Commit

Permalink
Invert ordering of Genes and expertise france
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 20, 2023
1 parent bc747b3 commit 899d4b7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/ui/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,27 +197,27 @@ export function Home() {
signature={t("Review slide Mercator signature")}
/>,
<GlReviewSlide
logoUrl={logoExpertiseFranceJpgUrl}
logoUrl={logoGenesPngUrl}
classes={{
"logo": css({
"minWidth": 150
"minWidth": 150,
"backgroundColor": "white"
})
}}
logoFill="white"
descriptionMd={t("Review slide ExpertiseFrance description")}
signature={t("Review slide ExpertiseFrance signature")}
descriptionMd={t("Review slide Genes description")}
signature={t("Review slide Genes signature")}
/>,
<GlReviewSlide
logoUrl={logoGenesPngUrl}
logoUrl={logoExpertiseFranceJpgUrl}
classes={{
"logo": css({
"minWidth": 150,
"backgroundColor": "white"
"minWidth": 150
})
}}
logoFill="white"
descriptionMd={t("Review slide Genes description")}
signature={t("Review slide Genes signature")}
descriptionMd={t("Review slide ExpertiseFrance description")}
signature={t("Review slide ExpertiseFrance signature")}
/>
]}
/>
Expand Down

0 comments on commit 899d4b7

Please sign in to comment.