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

View File

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