Skip to content

Commit

Permalink
fix(mijn-omgeving-template): fixed missing icon issue (#1091)
Browse files Browse the repository at this point in the history
closes #1024

Co-authored-by: Ruben Smit <rsmit@quintor.local>
  • Loading branch information
Rerbun and Ruben Smit authored Jan 9, 2025
1 parent bc32dab commit 2bf355a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/components-react/src/icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const IconenSet: Partial<Record<RijkshuisstijlIconID, ReactNode>> = {
bewerken: <Icons.IconEdit />,
blog: <Icons.IconFilePencil />,
briefcase: <Icons.IconBriefcase />,
car: <Icons.IconCar />,
'circle-check': <Icons.IconCircleCheck />,
'chevron-right': <Icons.IconChevronRight />,
comment: <Icons.IconMessageDots />,
Expand Down Expand Up @@ -67,6 +68,7 @@ export const IconenSet: Partial<Record<RijkshuisstijlIconID, ReactNode>> = {
refresh: <Icons.IconReload />,
rss: <Icons.IconRss />,
save: <Icons.IconDeviceFloppy />,
school: <Icons.IconSchool />,
'secure-link': <Icons.IconLock />,
smartphone: <Icons.IconDeviceMobile />,
'sort-ascending': <Icons.IconSortAscending />,
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook/src/templates/mijn-omgeving/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function MijnOmgeving() {
</SideNavLink>
</SideNavItem>
<SideNavItem>
<SideNavLink href="/#" icon="backpack">
<SideNavLink href="/#" icon="school">
Onderwijs
</SideNavLink>
</SideNavItem>
Expand Down

0 comments on commit 2bf355a

Please sign in to comment.