update routes

This commit is contained in:
srgooglo 2022-03-02 19:25:06 +01:00
parent 9d88a9905c
commit ca55ed70d9

View File

@ -2,13 +2,21 @@
{ {
"id": "main", "id": "main",
"title": "Dashboard", "title": "Dashboard",
"icon": "Home", "icon": "Home"
"locked": true
}, },
{ {
"id": "explore", "id": "explore",
"title": "Explore", "title": "Explore",
"icon": "Compass", "icon": "Compass"
"locked": true },
{
"id": "saved",
"title": "Saved",
"icon": "Heart"
},
{
"id": "marketplace",
"title": "Marketplace",
"icon": "ShoppingBag"
} }
] ]