feat: add /world and /world/all to available nav items

This commit is contained in:
Julian Lam
2024-03-08 12:33:17 -05:00
parent 6aece6893b
commit f31d8c2e9b
2 changed files with 18 additions and 0 deletions

View File

@@ -41,6 +41,22 @@
"textClass": "d-lg-none",
"text": "[[global:header.popular]]"
},
{
"route": "/world",
"title": "[[global:header.world]]",
"enabled": false,
"iconClass": "fa-circle-nodes",
"textClass": "d-lg-none",
"text": "[[global:header.world]]"
},
{
"route": "/world/all",
"title": "[[global:header.world-all]]",
"enabled": false,
"iconClass": "fa-globe",
"textClass": "d-lg-none",
"text": "[[global:header.world-all]]"
},
{
"route": "/users",
"title": "[[global:header.users]]",

View File

@@ -56,6 +56,8 @@
"header.navigation": "Navigation",
"header.manage": "Manage",
"header.drafts": "Drafts",
"header.world": "World (Curated)",
"header.world-all": "World (All)",
"notifications.loading": "Loading Notifications",
"chats.loading": "Loading Chats",