Skip to content

Commit

Permalink
fix: change section summary to richtext in section wrapper (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
jendiamond authored Aug 10, 2023
1 parent 7470dc4 commit d817f5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib-components/SectionWrapper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
class="section-title"
v-text="sectionTitle"
/>
<div

<RichText
v-if="sectionSummary"
class="section-summary"
v-html="sectionSummary"
/>
</div>

<slot />
</section>
</template>
Expand Down

1 comment on commit d817f5a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.