Skip to content

Commit

Permalink
fix: fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroAkbal committed Feb 25, 2021
1 parent 8a0ada6 commit 98fef75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/utils/ContentContainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
<h1>{{ title }}</h1>

<!-- Text -->
<!-- Using v-text as using {{}} would add a `new line` character that `whitespace-pre-line` would interpret. -->
<p
v-if="text"
class="text-sm whitespace-pre-line text-default-text-muted"
>
{{ text }}
</p>
v-text="text"
/>

<!-- Image -->
<picture v-if="img">
Expand Down

0 comments on commit 98fef75

Please sign in to comment.