From b007b3a1f82d09a9453d3b6444451426d0fa4783 Mon Sep 17 00:00:00 2001 From: pa Date: Sun, 9 Nov 2025 22:33:31 +0900 Subject: [PATCH] fix --- src/components/NavMenu.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavMenu.vue b/src/components/NavMenu.vue index 725fc7d7..608b4e9b 100644 --- a/src/components/NavMenu.vue +++ b/src/components/NavMenu.vue @@ -227,7 +227,7 @@ tooltip: 'nav_tooltip.feed' }, { - index: 'friend-location', + index: 'friends-locations', icon: 'ri-user-location-line', tooltip: 'nav_tooltip.friends_locations' },