Moved the copy compliment button beside the compliment

This commit is contained in:
2021-02-21 22:42:48 -07:00
parent e310240021
commit 7c01f9e2f9

View File

@@ -208,26 +208,24 @@
</v-col>
</v-row>
<div>
<v-col :cols="12">
<v-row>
<v-col :cols="6">
<div
outlined
class="levelcompliment font-weight-black">
{{levels[currentLevel].compliment}}
</div>
</v-col>
</div>
<v-row>
<v-col :cols="12">
<v-btn
color="primary"
x-small
dense
@click="copycomp">Copy Compliment!
</v-btn>
<v-col :cols="2">
<v-btn
color="primary"
x-small
dense
@click="copycomp">Copy Compliment!
</v-btn>
</v-col>
</v-row>
</v-container>
</v-content>
</v-app>
@@ -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,
},
{