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