From f7f50db1321f1504c8e65c21f01b9a134d9a650d Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Tue, 11 Mar 2025 11:53:18 -0600 Subject: [PATCH] fix: update EthHomeIcon with React-compatible SVG attributes --- src/components/icons/EthHomeIcon.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/icons/EthHomeIcon.tsx b/src/components/icons/EthHomeIcon.tsx index e7cd447cbdb..fb6c3815df8 100644 --- a/src/components/icons/EthHomeIcon.tsx +++ b/src/components/icons/EthHomeIcon.tsx @@ -10,37 +10,37 @@ export const EthHomeIcon = createIconBase({ d="M57.5054 181V135.84L1.64064 103.171L57.5054 181Z" fill="#F0CDC2" stroke="#1616B4" - stroke-linejoin="round" + strokeLinejoin="round" /> ),