Compare commits
6 Commits
placeholde
...
query-para
| Author | SHA1 | Date | |
|---|---|---|---|
| c1184fd330 | |||
| e7c61e2d86 | |||
| 3529ff23aa | |||
| a36673de41 | |||
| 159f676164 | |||
| 58015eeba4 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -25,6 +25,7 @@ pnpm-debug.log*
|
||||
# Custom
|
||||
src/assets/deck_of_cards
|
||||
src/assets/avatars
|
||||
src/assets/navbar
|
||||
|
||||
# terraform
|
||||
*.terraform
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 4.2 KiB |
@@ -60,8 +60,8 @@ import {
|
||||
} from "@mdi/js";
|
||||
|
||||
const home_icon = require(`@/assets/navbar/0000034a.png`);
|
||||
// const deck_icon = require(`@/assets/navbar/00000047.png`);
|
||||
// const help_icon = require(`@/assets/navbar/00000121.png`);
|
||||
const deck_icon = require(`@/assets/navbar/00000047.png`);
|
||||
const help_icon = require(`@/assets/navbar/00000121.png`);
|
||||
|
||||
export default {
|
||||
name: "App",
|
||||
@@ -71,8 +71,8 @@ export default {
|
||||
model: true,
|
||||
items: [
|
||||
{ title: "Home", icon: home_icon, link: "/" },
|
||||
// { title: "Deck Builder", icon: deck_icon, link: "deck-builder" },
|
||||
// { title: "Help", icon: help_icon, link: "help" },
|
||||
{ title: "Deck Builder", icon: deck_icon, link: "deck-builder" },
|
||||
{ title: "Help", icon: help_icon, link: "help" },
|
||||
],
|
||||
},
|
||||
icons: {
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 70 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 68 KiB |
@@ -14,7 +14,7 @@
|
||||
<h1 class="display-2 font-weight-bold mb-3">Onmyoji Deck Builder</h1>
|
||||
|
||||
<p class="subheading font-weight-regular">Build and share decks.</p>
|
||||
<v-btn elevation="1" x-large color="#C0B094">Coming Soon</v-btn>
|
||||
<v-btn elevation="1" x-large color="#C0B094">Get started</v-btn>
|
||||
</v-col>
|
||||
</v-row>
|
||||
<!-- <v-row class="text-center">
|
||||
|
||||
Reference in New Issue
Block a user