From 5132dd51a71469cb014000da2c3e80eaaf7142f9 Mon Sep 17 00:00:00 2001 From: iamacook Date: Thu, 5 Oct 2023 13:52:46 +0200 Subject: [PATCH] fix: header logo + add error response --- .../safe-apps/SafeAppIconCard/index.tsx | 2 +- .../walletconnect/WalletConnectContext.tsx | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/components/safe-apps/SafeAppIconCard/index.tsx b/src/components/safe-apps/SafeAppIconCard/index.tsx index f3b88eb9da..b0333aa342 100644 --- a/src/components/safe-apps/SafeAppIconCard/index.tsx +++ b/src/components/safe-apps/SafeAppIconCard/index.tsx @@ -5,7 +5,7 @@ const APP_LOGO_FALLBACK_IMAGE = `/images/apps/app-placeholder.svg` const getIframeContent = (url: string, width: number, height: number, fallback: string): string => { return ` - + Safe App logo