From 7c01f9e2f9a5ce0c2f6552dd3a0bc12424f0922c Mon Sep 17 00:00:00 2001 From: golemjager Date: Sun, 21 Feb 2021 22:42:48 -0700 Subject: [PATCH] Moved the copy compliment button beside the compliment --- src/App.vue | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/src/App.vue b/src/App.vue index c0ef675..1985815 100644 --- a/src/App.vue +++ b/src/App.vue @@ -208,26 +208,24 @@ - -
- + +
{{levels[currentLevel].compliment}}
-
- - - - Copy Compliment! - + + Copy Compliment! + + @@ -423,7 +421,7 @@ export default { title: "Start - Peace sign", foreground: "assets/bg/peacesign.png", task: "Make a peace sign", - compliment: "", + compliment: "Wow that is a really nice peace sign!", points: 5, }, {