mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 18:25:23 +02:00
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
2 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ export const navbarItemDef = reactive({
|
||||||
to: '/my/achievements',
|
to: '/my/achievements',
|
||||||
},
|
},
|
||||||
games: {
|
games: {
|
||||||
title: 'Misskey Games',
|
title: 'Games',
|
||||||
icon: 'ph-game-controller ph-bold ph-lg',
|
icon: 'ph-game-controller ph-bold ph-lg',
|
||||||
to: '/games',
|
to: '/games',
|
||||||
},
|
},
|
||||||
|
|
|
@ -28,7 +28,7 @@ import { i18n } from '@/i18n.js';
|
||||||
import { definePageMetadata } from '@/scripts/page-metadata.js';
|
import { definePageMetadata } from '@/scripts/page-metadata.js';
|
||||||
|
|
||||||
definePageMetadata({
|
definePageMetadata({
|
||||||
title: 'Misskey Games',
|
title: 'Games',
|
||||||
icon: 'ph-game-controller ph-bold ph-lg',
|
icon: 'ph-game-controller ph-bold ph-lg',
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in a new issue