Skip to content

Commit

Permalink
fix: icon on Données du décès
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementNumericite committed May 17, 2023
1 parent 791bf71 commit 8742eec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions webapp-next/components/layouts/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export function Menu() {
<SubMenu
title="Données du décès"
icon={{
src: 'icons/file-text-search-blue.svg',
srcOpen: 'icons/user-search.svg',
src: 'icons/file-list-search-blue.svg',
srcOpen: 'icons/file-list-search.svg',
alt: 'Onglet données du décès'
}}
>
Expand Down
6 changes: 6 additions & 0 deletions webapp-next/public/icons/file-list-search-blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions webapp-next/public/icons/file-list-search.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8742eec

Please sign in to comment.