From 982da0de8826380ce6c048ce9689c1ecb7c8efbc Mon Sep 17 00:00:00 2001 From: Satyam <100528412+KlausMikhaelson@users.noreply.github.com> Date: Tue, 24 Oct 2023 04:02:10 -0600 Subject: [PATCH] fix: fixed horizontal alignment of group info and fixed icon on connect button modal (#804) --- .../src/lib/components/chat/ChatProfile/AddWalletContent.tsx | 1 + .../src/lib/components/chat/ChatProfile/GroupInfoModal.tsx | 3 ++- .../uiweb/src/lib/components/chat/ConnectButton/index.tsx | 4 +++- packages/uiweb/src/lib/icons/Bell.svg | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 packages/uiweb/src/lib/icons/Bell.svg diff --git a/packages/uiweb/src/lib/components/chat/ChatProfile/AddWalletContent.tsx b/packages/uiweb/src/lib/components/chat/ChatProfile/AddWalletContent.tsx index dd8d4f64d..7eb9f3736 100644 --- a/packages/uiweb/src/lib/components/chat/ChatProfile/AddWalletContent.tsx +++ b/packages/uiweb/src/lib/components/chat/ChatProfile/AddWalletContent.tsx @@ -119,6 +119,7 @@ export const AddWalletContent = ({ return (
+
Chat ID @@ -714,6 +714,7 @@ export const GroupInfoModal = ({ {!showAddMoreWalletModal && (
\ No newline at end of file