adding coming soon message to home screen

This commit is contained in:
2021-03-18 02:41:27 +00:00
parent 266ef004f3
commit ca2b54e083
2 changed files with 2 additions and 6 deletions

View File

@@ -54,8 +54,6 @@
<script>
import {
mdiViewDashboard,
mdiCalculator,
mdiHelpBox,
mdiGithub,
} from "@mdi/js";
@@ -67,8 +65,6 @@ export default {
model: true,
items: [
{ title: "Home", icon: mdiViewDashboard, link: "/" },
{ title: "Deck Builder", icon: mdiCalculator, link: "deck-builder" },
{ title: "Help", icon: mdiHelpBox, link: "help" },
],
},
icons: {

View File

@@ -13,8 +13,8 @@
<v-col class="mb-4">
<h1 class="display-2 font-weight-bold mb-3">Onymoji Deck Builder</h1>
<p class="subheading font-weight-regular">Build and share decks.</p>
<v-btn elevation="1" x-large color="#EA6F1A">Get started</v-btn>
<p class="subheading font-weight-regular">Build and share decks for Onmyoji TCG.</p>
<v-btn elevation="1" x-large color="#EA6F1A">Coming Soon</v-btn>
</v-col>
</v-row>
<!-- <v-row class="text-center">