From ba16416c7580a7585a41727ca6b1ba0710c901af Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Tue, 19 Jul 2022 17:53:21 +0530 Subject: [PATCH] fix: attribute warnings in comment svg example (#5465) fix the attributes in comment svg example --- src/packages/excalidraw/example/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/packages/excalidraw/example/App.tsx b/src/packages/excalidraw/example/App.tsx index 644a596b64..e87b445494 100644 --- a/src/packages/excalidraw/example/App.tsx +++ b/src/packages/excalidraw/example/App.tsx @@ -75,9 +75,9 @@ const COMMENT_SVG = ( viewBox="0 0 24 24" fill="none" stroke="currentColor" - stroke-width="2" - stroke-linecap="round" - stroke-linejoin="round" + strokeWidth="2" + strokeLinecap="round" + strokeLinejoin="round" className="feather feather-message-circle" >