diff --git a/app/components/GalleryModal.vue b/app/components/GalleryModal.vue index 25bd62e..56e3dec 100644 --- a/app/components/GalleryModal.vue +++ b/app/components/GalleryModal.vue @@ -32,6 +32,8 @@ const getPlaceholder = (image: InternalApi["/api/gallery"]["get"][number]) => { fullscreen :dismissible="false" :ui="{ body: 'bg-black p-0!', header: 'hidden' }" + title="Gallery carousel" + description="View all the images in a carousel" @close:prevent="emit('close', currentIndex)" >