Skip to content

Commit 33a8289

Browse files
committed
Merge branch 'dev' of https://github.com/csesoc/csesoc.unsw.edu.au into dev
2 parents 4beecd4 + 14a73d6 commit 33a8289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/SponsorModal.vue

+1-1
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)