From 8a956b836e60964b0092fff616eb7313e08c44c8 Mon Sep 17 00:00:00 2001 From: Joey Chrysanthopoulos Date: Wed, 13 Apr 2022 00:09:15 -0500 Subject: [PATCH] chore: added new icon for toast --- src/Root.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Root.tsx b/src/Root.tsx index 15bb65a74..613ef24b8 100644 --- a/src/Root.tsx +++ b/src/Root.tsx @@ -10,6 +10,7 @@ import { HiCreditCard, HiDeviceTablet, HiDuplicate, + HiFlag, HiHome, HiMenuAlt1, HiPencilAlt, @@ -143,7 +144,7 @@ export const Root: FC = () => { }, { group: false, - icon: HiAnnotation, + icon: HiFlag, title: 'Toast', href: '/toast', },