Skip to content

Commit

Permalink
Fix encoding of quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
RobVermeer committed Jan 28, 2024
1 parent a2a2ffe commit e209588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TodoItem/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ export function TodoItem({ id, text, url, completedAt, createdAt }: Props) {
<AlertDialogHeader>
<AlertDialogTitle>You sure?</AlertDialogTitle>
<AlertDialogDescription>
This action cannot be undone. This will permanently delete "
{text}".
This action cannot be undone. This will permanently delete
&quot;{text}&quot;.
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
Expand Down

0 comments on commit e209588

Please sign in to comment.