From ca55ed70d9eca7f2a7fb6ba1cf28443d66d1f021 Mon Sep 17 00:00:00 2001 From: srgooglo Date: Wed, 2 Mar 2022 19:25:06 +0100 Subject: [PATCH] update routes --- packages/app/constants/routes.json | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/packages/app/constants/routes.json b/packages/app/constants/routes.json index beba3a32..4ddee1d8 100644 --- a/packages/app/constants/routes.json +++ b/packages/app/constants/routes.json @@ -2,13 +2,21 @@ { "id": "main", "title": "Dashboard", - "icon": "Home", - "locked": true + "icon": "Home" }, { "id": "explore", "title": "Explore", - "icon": "Compass", - "locked": true + "icon": "Compass" + }, + { + "id": "saved", + "title": "Saved", + "icon": "Heart" + }, + { + "id": "marketplace", + "title": "Marketplace", + "icon": "ShoppingBag" } ] \ No newline at end of file