Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/csesoc/csesoc.unsw.edu.au in…
Browse files Browse the repository at this point in the history
…to dev
  • Loading branch information
munjoonteo committed Mar 13, 2022
2 parents 4beecd4 + 14a73d6 commit 33a8289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SponsorModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<v-card>
<v-card-title class="headline">{{ title }}</v-card-title>
<v-card-text>
{{ body }}
<p v-html="body">{{ body }}</p>
</v-card-text>
</v-card>
</v-dialog>
Expand Down

0 comments on commit 33a8289

Please sign in to comment.