Update gallery/index.vue

This commit is contained in:
NoriDev 2023-06-04 17:40:50 +09:00
parent 9a89de7277
commit fb09d8806a

View file

@ -92,7 +92,7 @@ watch(() => props.tag, () => {
const headerActions = $computed(() => [{
icon: 'ti ti-plus',
text: i18n.ts.create,
text: i18n.ts.postToGallery,
handler: () => {
router.push('/gallery/new');
},