diff --git a/astro/src/components/web/Reviews.astro b/astro/src/components/web/Reviews.astro index 1aed516..8a722b8 100644 --- a/astro/src/components/web/Reviews.astro +++ b/astro/src/components/web/Reviews.astro @@ -1,4 +1,5 @@ --- +import { markdownToHtml } from '@/lib/markdown'; import StarRating from './subcomponents/StarRating.astro'; interface Props { @@ -41,8 +42,7 @@ const reviewsToShow = reviews.reviews.slice(0, 5); -
- { review.review } +
)) }