Skip to content

Commit 899d4b7

Browse files
committed
Invert ordering of Genes and expertise france
1 parent bc747b3 commit 899d4b7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/ui/pages/Home.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -197,27 +197,27 @@ export function Home() {
197197
signature={t("Review slide Mercator signature")}
198198
/>,
199199
<GlReviewSlide
200-
logoUrl={logoExpertiseFranceJpgUrl}
200+
logoUrl={logoGenesPngUrl}
201201
classes={{
202202
"logo": css({
203-
"minWidth": 150
203+
"minWidth": 150,
204+
"backgroundColor": "white"
204205
})
205206
}}
206207
logoFill="white"
207-
descriptionMd={t("Review slide ExpertiseFrance description")}
208-
signature={t("Review slide ExpertiseFrance signature")}
208+
descriptionMd={t("Review slide Genes description")}
209+
signature={t("Review slide Genes signature")}
209210
/>,
210211
<GlReviewSlide
211-
logoUrl={logoGenesPngUrl}
212+
logoUrl={logoExpertiseFranceJpgUrl}
212213
classes={{
213214
"logo": css({
214-
"minWidth": 150,
215-
"backgroundColor": "white"
215+
"minWidth": 150
216216
})
217217
}}
218218
logoFill="white"
219-
descriptionMd={t("Review slide Genes description")}
220-
signature={t("Review slide Genes signature")}
219+
descriptionMd={t("Review slide ExpertiseFrance description")}
220+
signature={t("Review slide ExpertiseFrance signature")}
221221
/>
222222
]}
223223
/>

0 commit comments

Comments
 (0)