From 75dad9ce2d281a32dbea1b1f479c45baa26f15aa Mon Sep 17 00:00:00 2001 From: Kai Folf Date: Wed, 26 Feb 2025 20:13:13 +0700 Subject: [PATCH] fix: replace special characters with HTML entities --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 264c627..083f40a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function Home() { whileTap={{ scale: 0.95 }} > -

"Todoist helps me keep track of all my... let’s call them 'financial transactions.' No more misplaced 'funds!'"

+

"Todoist helps me keep track of all my... let's call them 'financial transactions.&qpos; No more misplaced 'funds!'"

- Mulyono