From 016678de6bf0c35004aa63133df299c31427b63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Aaron?= Date: Thu, 11 Jul 2024 10:58:33 +0200 Subject: [PATCH] fix: icon props --- frontend/src/components/icons/Apple.tsx | 2 +- .../src/components/icons/NostrWalletConnectIcon.tsx | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/src/components/icons/Apple.tsx b/frontend/src/components/icons/Apple.tsx index e149512d..55d5c8bf 100644 --- a/frontend/src/components/icons/Apple.tsx +++ b/frontend/src/components/icons/Apple.tsx @@ -9,7 +9,7 @@ export function AppleIcon(props: SVGAttributes) { fill="none" xmlns="http://www.w3.org/2000/svg" > - + diff --git a/frontend/src/components/icons/NostrWalletConnectIcon.tsx b/frontend/src/components/icons/NostrWalletConnectIcon.tsx index 95c0c2a4..e972e1ca 100644 --- a/frontend/src/components/icons/NostrWalletConnectIcon.tsx +++ b/frontend/src/components/icons/NostrWalletConnectIcon.tsx @@ -13,16 +13,16 @@ export function NostrWalletConnectIcon(props: SVGAttributes) { );