Skip to content

Commit

Permalink
longDesc accepts html !noci
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanMarAntonsson committed Dec 3, 2024
1 parent 4a48081 commit 6e83db4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/ServicesList.astro
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ const { services = [], Column1title, Column2title } = Astro.props;
<h2 class="text-xl font-bold text-[var(--neutral-900)] dark:text-[var(--neutral-100)]">
{title}
</h2>
<p class="mt-2 text-[var(--neutral-700)] dark:text-[var(--neutral-300)]">
{longDesc}
</p>
<div class="mt-2 text-[var(--neutral-700)] dark:text-[var(--neutral-300)]" set:html={longDesc} />
</div>
)
)
Expand Down

0 comments on commit 6e83db4

Please sign in to comment.