Skip to content

Commit

Permalink
feat: reverse icons - Ref gestion-de-projet#2236
Browse files Browse the repository at this point in the history
Co-authored-by: mourads <mourad.sellam@open-groupe.com>
  • Loading branch information
mouradsellam2 and mourads authored Sep 26, 2023
1 parent d59435e commit 9e6cf70
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ const CriteriaListItem: React.FC<CriteriaListItemProps> = (props) => {
) : id === IdType.Condition ? (
<ArticleIcon />
) : id === IdType.Procedure ? (
<ContactPageIcon />
) : id === IdType.Claim ? (
<LocalHospitalIcon />
) : id === IdType.Claim ? (
<ContactPageIcon />
) : id === IdType.Medication ? (
<VaccinesIcon />
) : id === IdType.Biologie_microbiologie ? (
<BiotechIcon />
) : id === IdType.Observation ? (
<CoronavirusIcon />
) : id === IdType.Microbiologie ? (
<ScienceIcon />
) : id === IdType.Microbiologie ? (
<CoronavirusIcon />
) : id === IdType.Physiologie ? (
<MonitorHeartIcon />
) : (
Expand Down

0 comments on commit 9e6cf70

Please sign in to comment.