diff --git a/apps/web/app/(landing)/Showcase.tsx b/apps/web/app/(landing)/Showcase.tsx index 8e00baf6..9955c7c3 100644 --- a/apps/web/app/(landing)/Showcase.tsx +++ b/apps/web/app/(landing)/Showcase.tsx @@ -114,13 +114,13 @@ function Feature({ }) { return (

{feature.name} @@ -138,7 +138,7 @@ function Feature({

{feature.summary}

-

{feature.description}

+

{feature.description}

); }