1
0

chore: rename "Misskey Games" to "Games"

This should fix the alignment issue in the menu due to the length and also fits better for it's future purpose.
This commit is contained in:
Marie
2024-01-21 17:17:31 +01:00
parent 0741d07190
commit de002aecad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ export const navbarItemDef = reactive({
to: '/my/achievements',
},
games: {
title: 'Misskey Games',
title: 'Games',
icon: 'ph-game-controller ph-bold ph-lg',
to: '/games',
},
+1 -1
View File
@@ -28,7 +28,7 @@ import { i18n } from '@/i18n.js';
import { definePageMetadata } from '@/scripts/page-metadata.js';
definePageMetadata({
title: 'Misskey Games',
title: 'Games',
icon: 'ph-game-controller ph-bold ph-lg',
});
</script>