From 3208dce666d8c5ae468b3310b05bb82282807832 Mon Sep 17 00:00:00 2001 From: yuriystasiv Date: Mon, 30 Oct 2023 00:08:11 +0100 Subject: [PATCH] fix: Invalid DOM Property in SVG (#17) --- src/components/Tools.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Tools.tsx b/src/components/Tools.tsx index 58b20a7..635e712 100644 --- a/src/components/Tools.tsx +++ b/src/components/Tools.tsx @@ -93,9 +93,9 @@ export function Tools() { height="24" fill="none" stroke="currentColor" - stroke-linecap="round" - stroke-linejoin="round" - stroke-width="2" + strokeLinecap="round" + strokeLinejoin="round" + strokeWidth="2" >