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

@@ -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">