From e2095886753657e4281aae196086281312eeadf3 Mon Sep 17 00:00:00 2001 From: RobVermeer Date: Sun, 28 Jan 2024 11:46:33 +0100 Subject: [PATCH] Fix encoding of quotes --- src/components/TodoItem/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/TodoItem/index.tsx b/src/components/TodoItem/index.tsx index 410cbe4..cf1a31a 100644 --- a/src/components/TodoItem/index.tsx +++ b/src/components/TodoItem/index.tsx @@ -224,8 +224,8 @@ export function TodoItem({ id, text, url, completedAt, createdAt }: Props) { You sure? - This action cannot be undone. This will permanently delete " - {text}". + This action cannot be undone. This will permanently delete + "{text}".