add space above game leave button

This commit is contained in:
Branden J Brown 2024-02-03 13:19:38 -06:00
parent 790005aeeb
commit 29f9c66a6c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
</v-row>
</v-sheet>
</v-row>
<v-row class="d-flex justify-center">
<v-row class="d-flex justify-center mt-8">
<v-btn @click="leave">Leave</v-btn>
</v-row>
</v-container>