From 930e24d1d2f99e86270eee00271b7ada9812b7b0 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 25 Dec 2019 16:04:37 -0500 Subject: [PATCH] [U] Update usage --- src/App.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.ts b/src/App.ts index 971252d..57c0b6a 100644 --- a/src/App.ts +++ b/src/App.ts @@ -147,7 +147,7 @@ export default class App extends Vue return this.artworks.map(a => { return { - src: a.imgFull, + src: a.url, alt: a.title, title: a.description ? a.title + ': ' + a.description : a.title }