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