Skip to content

Commit

Permalink
chore: added new icon for toast
Browse files Browse the repository at this point in the history
  • Loading branch information
joeychrys committed Apr 13, 2022
1 parent a61ec92 commit 8a956b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
HiCreditCard,
HiDeviceTablet,
HiDuplicate,
HiFlag,
HiHome,
HiMenuAlt1,
HiPencilAlt,
Expand Down Expand Up @@ -143,7 +144,7 @@ export const Root: FC = () => {
},
{
group: false,
icon: HiAnnotation,
icon: HiFlag,
title: 'Toast',
href: '/toast',
},
Expand Down

0 comments on commit 8a956b8

Please sign in to comment.