We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4beecd4 + 14a73d6 commit 33a8289Copy full SHA for 33a8289
frontend/src/components/SponsorModal.vue
@@ -15,7 +15,7 @@
15
<v-card>
16
<v-card-title class="headline">{{ title }}</v-card-title>
17
<v-card-text>
18
- {{ body }}
+ <p v-html="body">{{ body }}</p>
19
</v-card-text>
20
</v-card>
21
</v-dialog>
0 commit comments