From 5f7a237800ed1eadc6946ecab9eeb8b333884284 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 10 Jan 2019 17:28:57 +0000 Subject: [PATCH] update featured-image background styles --- components/GalleryFeatured.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 {