From 088db2a104da267293f4e6a264d102e1bb79671d Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 26 Mar 2026 23:35:09 +0100 Subject: [PATCH] fix: escape apostrophe in slideshow headline --- components/checkout/FeatureSlideshow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/checkout/FeatureSlideshow.tsx b/components/checkout/FeatureSlideshow.tsx index 79b8c12..c7e3481 100644 --- a/components/checkout/FeatureSlideshow.tsx +++ b/components/checkout/FeatureSlideshow.tsx @@ -26,7 +26,7 @@ const slides: Slide[] = [ { headline: 'See which pages perform best.', mockup: }, { headline: 'Know where your visitors come from.', mockup: }, { headline: 'Visitors from around the world.', mockup: }, - { headline: 'Understand your audience's tech stack.', mockup: }, + { headline: 'Understand your audience\u2019s tech stack.', mockup: }, { headline: 'Find your peak traffic hours.', mockup: }, { headline: 'See where visitors drop off.', mockup: }, { headline: 'Reports delivered to your inbox.', mockup: },