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-col>
</v-row> </v-row>
<v-row>
<div> <v-col :cols="6">
<v-col :cols="12">
<div <div
outlined
class="levelcompliment font-weight-black"> class="levelcompliment font-weight-black">
{{levels[currentLevel].compliment}} {{levels[currentLevel].compliment}}
</div> </div>
</v-col> </v-col>
</div> <v-col :cols="2">
<v-btn
<v-row> color="primary"
<v-col :cols="12"> x-small
<v-btn dense
color="primary" @click="copycomp">Copy Compliment!
x-small </v-btn>
dense
@click="copycomp">Copy Compliment!
</v-btn>
</v-col> </v-col>
</v-row> </v-row>
</v-container> </v-container>
</v-content> </v-content>
</v-app> </v-app>
@@ -423,7 +421,7 @@ export default {
title: "Start - Peace sign", title: "Start - Peace sign",
foreground: "assets/bg/peacesign.png", foreground: "assets/bg/peacesign.png",
task: "Make a peace sign", task: "Make a peace sign",
compliment: "", compliment: "Wow that is a really nice peace sign!",
points: 5, points: 5,
}, },
{ {