fix: correct typography

This commit is contained in:
2022-11-02 15:33:26 +01:00
parent 3c4928ae61
commit bac009af8f
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
d="M0 7.07348C0 6.81265 0.101912 6.56214 0.284 6.37538L5.784 0.73436C6.17647 0.331827 6.82353 0.331826 7.216 0.734359L12.716 6.37538C12.8981 6.56214 13 6.81265 13 7.07348V15C13 15.5523 12.5523 16 12 16H1C0.447715 16 0 15.5523 0 15V7.07348Z"
fill="#8BCDCD"/>
</svg>
Boussolle <span class="bold">PLUSS</span>
Boussole <span class="bold">PLUSS</span>
</nuxt-link>
<span class="team">
Équipe : {{ team }}

View File

@@ -20,7 +20,7 @@
</section>
<section v-if="quizzes.length > 0" class="history" >
<div v-for="q in quizzes" :key="q.id">
<button @click="setCurrent(q)"><span>Bousolle - {{ q.createdDate | formatDate }}</span><span></span></button>
<button @click="setCurrent(q)"><span>Boussole - {{ q.createdDate | formatDate }}</span><span></span></button>
</div>
</section>
<section v-else-if="!loading" class="center">