update namings

This commit is contained in:
ManjaroOne666 2019-01-10 14:09:08 +00:00
parent ec40c66dc9
commit cb0836afdb
1 changed files with 2 additions and 2 deletions

View File

@ -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' },