feat(admin-ui): Add new feature badge for categories and inventory (#3657)

* Add new feature badge for categories and inventory

* Add changeset
This commit is contained in:
Rares Stefan
2023-03-31 12:29:46 +02:00
committed by GitHub
parent 36337ef3b3
commit 7e1d8ef599
4 changed files with 18 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ const Sidebar: React.FC = () => {
icon={<SwatchIcon size={ICON_SIZE} />}
text={"Categories"}
triggerHandler={triggerHandler}
isNew
/>
)}
<SidebarMenuItem
@@ -84,6 +85,7 @@ const Sidebar: React.FC = () => {
icon={<BuildingsIcon size={ICON_SIZE} />}
triggerHandler={triggerHandler}
text={"Inventory"}
isNew
/>
)}
<SidebarMenuItem