Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
kdrag0n committed Mar 6, 2021
1 parent 1ef867c commit 40b61cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
<v-row align="center" justify="center">
<v-col cols="12" sm="2"></v-col>

<v-col cols="12" sm="8" class="d-flex flex-row justify-center">
<v-col
cols="12"
sm="8"
class="d-flex flex-row justify-center"
>
<v-sheet
:min-height="
$vuetify.breakpoint.mobile ? '100vh' : '75vh'
Expand Down
4 changes: 2 additions & 2 deletions src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ export default {
},
test: {
description: "Experimental version for testing only.",
suffix: "experimental"
suffix: "experimental",
},
beta: {
description: "Beta version for testing only.",
suffix: "beta"
suffix: "beta",
},
},
DONATION_LINKS: [
Expand Down

0 comments on commit 40b61cd

Please sign in to comment.