From 13a8c580acf84cb89fa6a90b3d07642c60dcd7eb Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Wed, 13 Feb 2019 01:12:37 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=97=20make=20global?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Gallery.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Gallery.vue b/src/components/Gallery.vue index 3f82e1b..491243b 100644 --- a/src/components/Gallery.vue +++ b/src/components/Gallery.vue @@ -52,14 +52,14 @@ export default { }, { type: 'image', - name: 'Two brothers meant for each other', - url: 'http://localhost:3000/uploads/avatars/responsive/eea452299eba7225036aa836f35d86d0_lg.png' + name: 'Two brothers and a mountain that could never beat them', + url: 'https://api.kevinmidboe.com/files/images/DSC_9029.JPG' }, - { - type: 'image', - name: 'Two brothers meant for each other', - url: 'http://localhost:3000/uploads/avatars/responsive/eea452299eba7225036aa836f35d86d0_xs.png' - } + // { + // type: 'image', + // name: 'Two brothers meant for each other', + // url: 'http://localhost:3000/uploads/avatars/responsive/eea452299eba7225036aa836f35d86d0_xs.png' + // } ] } },