From 1b3512a0c2268d8a9ef240bf531ee6a202f4bbf7 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 13 Mar 2025 23:34:39 +0000 Subject: [PATCH] added app menu item --- packages/app/config/sidebar/BottomItems.json | 29 ++++++++++++-------- 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/packages/app/config/sidebar/BottomItems.json b/packages/app/config/sidebar/BottomItems.json index a86b5beb..62f860ac 100644 --- a/packages/app/config/sidebar/BottomItems.json +++ b/packages/app/config/sidebar/BottomItems.json @@ -1,13 +1,18 @@ [ - { - "id": "search", - "label": "Search", - "icon": "FiSearch" - }, - { - "id": "settings", - "label": "Settings", - "icon": "FiSettings", - "path": "/settings" - } -] \ No newline at end of file + { + "id": "search", + "label": "Search", + "icon": "FiSearch" + }, + { + "id": "apps", + "label": "Apps", + "icon": "MdApps" + }, + { + "id": "settings", + "label": "Settings", + "icon": "FiSettings", + "path": "/settings" + } +]