adding coming soon message to home screen
This commit is contained in:
@@ -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: {
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user