Skip to content

Commit

Permalink
feat(Viewer): Change employer name qualification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
JF-Cozy committed Jan 30, 2025
1 parent 7c103a7 commit c97da4d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
import Icon from 'cozy-ui/transpiled/react/Icon'
import IconButton from 'cozy-ui/transpiled/react/IconButton'
import BellIcon from 'cozy-ui/transpiled/react/Icons/Bell'
import CompanyIcon from 'cozy-ui/transpiled/react/Icons/Company'
import ContractIcon from 'cozy-ui/transpiled/react/Icons/Contract'
import Dots from 'cozy-ui/transpiled/react/Icons/Dots'
import EuroIcon from 'cozy-ui/transpiled/react/Icons/Euro'
Expand All @@ -31,7 +32,7 @@ const KNOWN_INFORMATION_METADATA_ICONS = [
EuroIcon,
ContractIcon,
EuroIcon,
EuroIcon,
CompanyIcon,
NumberIcon,
NumberIcon,
BellIcon
Expand Down

0 comments on commit c97da4d

Please sign in to comment.