From 6e83db4e556b837a069de244f3078c1c3c78b70c Mon Sep 17 00:00:00 2001 From: Stefan Date: Tue, 3 Dec 2024 00:48:35 -0500 Subject: [PATCH] longDesc accepts html !noci --- src/components/ServicesList.astro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/ServicesList.astro b/src/components/ServicesList.astro index a782806..18cef3b 100644 --- a/src/components/ServicesList.astro +++ b/src/components/ServicesList.astro @@ -67,9 +67,7 @@ const { services = [], Column1title, Column2title } = Astro.props;

{title}

-

- {longDesc} -

+
) )