Skip to content

Commit

Permalink
Fix project card component displaying raw HTML.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbullman committed Jan 11, 2025
1 parent 658dd44 commit 072f292
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions frontend/components/cards/ProjectCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@

</v-card-subtitle>

<v-card-text class="text-subtitle-1">

<div>

{{ project.text }}

</div>
<v-card-text class="text-subtitle-1" v-html="project.text">

</v-card-text>

Expand Down

0 comments on commit 072f292

Please sign in to comment.