Skip to content

Commit 14a73d6

Browse files
authored
Fixed SponsorModal body rendering (#225)
* New Canva and Akuna images on sponsorship page * Size compression * Updated SponsorModal to render body as html
1 parent c6bff2d commit 14a73d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/SponsorModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<v-card>
1616
<v-card-title class="headline">{{ title }}</v-card-title>
1717
<v-card-text>
18-
{{ body }}
18+
<p v-html="body">{{ body }}</p>
1919
</v-card-text>
2020
</v-card>
2121
</v-dialog>

0 commit comments

Comments
 (0)