From cb0836afdb0a11051964c2d8c7171ee829a28fe8 Mon Sep 17 00:00:00 2001 From: ManjaroOne666 Date: Thu, 10 Jan 2019 14:09:08 +0000 Subject: [PATCH] update namings --- pages/galleries.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/galleries.vue b/pages/galleries.vue index 758c081..2fa14ba 100644 --- a/pages/galleries.vue +++ b/pages/galleries.vue @@ -17,7 +17,7 @@ export default { return { galleries: [ { title: 'Gallery Zero', - featuredImage: 'https://via.placeholder.com/600x400/665588/ffffff?text=FeaturedOne', + featuredImage: 'https://via.placeholder.com/600x400/665588/ffffff?text=Featured+Gallery+Zero', images: [ { thumbUrl: 'https://via.placeholder.com/400x300/885566/ffffff', url: 'https://via.placeholder.com/1920x1080/885566/ffffff?text=Zero0' }, { thumbUrl: 'https://via.placeholder.com/400x300/668855/ffffff', url: 'https://via.placeholder.com/1920x1080/668855/ffffff?text=Zero1' }, @@ -26,7 +26,7 @@ export default { ] }, { title: 'Gallery One', - featuredImage: 'https://via.placeholder.com/600x400/ffffff/000000', + featuredImage: 'https://via.placeholder.com/600x400/ffffff/000000?text=Featured+Gallery+One', images: [ { thumbUrl: 'https://via.placeholder.com/400x300/ff0000/ffffff', url: 'https://via.placeholder.com/1920x1080/ff0000/ffffff?text=One0' }, { thumbUrl: 'https://via.placeholder.com/400x300/00ff00/ffffff', url: 'https://via.placeholder.com/1920x1080/00ff00/ffffff?text=One1' },