From fb43b1c012cd74a02d24ac1d649c19de7e168e08 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Tue, 4 Apr 2023 10:46:49 +0000 Subject: [PATCH] update sidebar --- packages/app/constants/sidebar.json | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/packages/app/constants/sidebar.json b/packages/app/constants/sidebar.json index 8fbff370..26520f8b 100755 --- a/packages/app/constants/sidebar.json +++ b/packages/app/constants/sidebar.json @@ -1,26 +1,34 @@ [ { - "id": "/posts", + "id": "timeline", "path": "/", - "title": "Posts", - "icon": "MdTag" + "title": "Timeline", + "icon": "Home" }, { - "id": "/tv", + "id": "tv", "path": "/tv", "title": "Tv", "icon": "Tv" }, { - "id": "/music", + "id": "music", "path": "/music", "title": "Music", "icon": "MdMusicVideo" }, { - "id": "/groups", + "id": "groups", "path": "/groups", "title": "Groups", - "icon": "MdGroups" + "icon": "MdGroups", + "disabled": true + }, + { + "id": "Marketplace", + "path": "/marketplace", + "title": "Marketplace", + "icon": "Box", + "disabled": true } ] \ No newline at end of file