temporary disabled hot-worlds

This commit is contained in:
pa
2026-03-17 10:27:37 +09:00
parent a815e88933
commit f582135303
3 changed files with 14 additions and 9 deletions

View File

@@ -106,13 +106,14 @@ const navDefinitions = [
labelKey: 'view.charts.mutual_friend.tab_label',
routeName: 'charts-mutual'
},
{
key: 'charts-hot-worlds',
icon: 'ri-fire-line',
tooltip: 'view.charts.hot_worlds.tab_label',
labelKey: 'view.charts.hot_worlds.tab_label',
routeName: 'charts-hot-worlds'
},
// temporary disabled hot-worlds
// {
// key: 'charts-hot-worlds',
// icon: 'ri-fire-line',
// tooltip: 'view.charts.hot_worlds.tab_label',
// labelKey: 'view.charts.hot_worlds.tab_label',
// routeName: 'charts-hot-worlds'
// },
{
key: 'tools',
icon: 'ri-tools-line',