Skip to content

Commit

Permalink
Merge pull request #899 from MTES-MCT/updated-data-icon
Browse files Browse the repository at this point in the history
Corrected missing icon for the "Data" filters
  • Loading branch information
LuluFreeDesign authored Sep 24, 2024
2 parents b9e829a + a0f26a2 commit 2c4a1e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ function HousingListFiltersSidemenu(props: Props) {
</Accordion>
<Accordion
label={
<TitleWithIcon icon="fr-database-2-line" title="Données" />
<TitleWithIcon icon="fr-icon-server-fill" title="Données" />
}
>
<Grid component="article" mb={2} xs={12}>
Expand Down

0 comments on commit 2c4a1e8

Please sign in to comment.