Skip to content

Commit a275330

Browse files
committed
Fix escapes
1 parent e5836ee commit a275330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/products/products-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ export default function ProductsPageClient({ products }: { products: ProductCont
447447

448448
<div className="mt-12 rounded-lg bg-emerald-50 dark:bg-emerald-900/30 p-6 max-w-3xl mx-auto text-center">
449449
<p className="text-lg font-semibold text-emerald-800 dark:text-emerald-200">30-Day Risk-Free Trial</p>
450-
<p className="mt-2 text-sm text-emerald-700 dark:text-emerald-300">If you're not satisfied, get a full refund within 30 days.</p>
450+
<p className="mt-2 text-sm text-emerald-700 dark:text-emerald-300">If you&apos;re not satisfied, get a full refund within 30 days.</p>
451451
</div>
452452

453453
{/* Author Section */}

0 commit comments

Comments
 (0)