diff --git a/components/GalleryFeatured.vue b/components/GalleryFeatured.vue index bac4491..360102d 100644 --- a/components/GalleryFeatured.vue +++ b/components/GalleryFeatured.vue @@ -6,7 +6,7 @@ 'background-image': 'url(' + gallery.featuredImage + ')' }" :key="index" @click="$emit('clicked', index)"> - {{ gallery.title }} + {{ gallery.title }} @@ -38,6 +38,12 @@ export default {