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
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828
2 changed files with 2 additions and 2 deletions

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',
},

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>