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:
parent
0741d07190
commit
de002aecad
@ -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',
|
||||
},
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user