From a040df2732439bdc8a9ac836a77fb24d87e8a97a Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sat, 27 Aug 2022 01:02:59 -0500 Subject: [PATCH] Fix console error from non-react-style attributes on trophy icon --- web/lib/icons/trophy-icon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/lib/icons/trophy-icon.tsx b/web/lib/icons/trophy-icon.tsx index c845a0af..93a0e05c 100644 --- a/web/lib/icons/trophy-icon.tsx +++ b/web/lib/icons/trophy-icon.tsx @@ -4,13 +4,13 @@ export default function TrophyIcon(props: React.SVGProps) { xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentcolor" - stroke-width="2" + strokeWidth="2" {...props} >