Skip to content

Commit

Permalink
refactor: info
Browse files Browse the repository at this point in the history
  • Loading branch information
eldu committed Aug 23, 2024
1 parent 80a1a78 commit 892339b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/storage/MultipleChoice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<details v-if="question.information" class="question-details mb-4">
<summary>
<span class="icon has-text-info">
<i class="mdi mdi-information-outline" />
<i class="mdi mdi-information" />
</span>
</summary>
<div class="content" v-html="$md.render(question.information)"></div>
Expand Down

0 comments on commit 892339b

Please sign in to comment.