+ [navbar] Added style and cogs images for [index page]

This commit is contained in:
Alexis
2020-04-09 21:01:05 +02:00
parent 64f5e109dd
commit 412402404b
16 changed files with 159 additions and 44 deletions

View File

@@ -41,9 +41,7 @@
</section>
<hr>
<section class="spell-description">
<p>
{{ description }}
</p>
<p>{{ description }}</p>
</section>
<hr>
<footer v-if="variables">
@@ -67,10 +65,10 @@ export default {
name: String,
description: String,
level: Number,
schools: Array,
ingredients: Array,
charge: Number,
cost: String,
schools: Array,
ingredients: Array,
variables: Array,
},
data() {