diff --git a/packages/app/src/components/CompleteDonationModal.tsx b/packages/app/src/components/CompleteDonationModal.tsx
index 0dac6725..c39cdef8 100644
--- a/packages/app/src/components/CompleteDonationModal.tsx
+++ b/packages/app/src/components/CompleteDonationModal.tsx
@@ -26,9 +26,6 @@ const CompleteDonationModal = ({ openModal, setOpenModal }: CompleteDonationModa
COMPLETE YOUR DONATION
To complete your donation, sign with your wallet.
-
- OK
-
diff --git a/packages/app/src/components/WalletDetails/EmptyProfile.tsx b/packages/app/src/components/WalletDetails/EmptyProfile.tsx
index eb8f9fc8..59f53cf2 100644
--- a/packages/app/src/components/WalletDetails/EmptyProfile.tsx
+++ b/packages/app/src/components/WalletDetails/EmptyProfile.tsx
@@ -38,7 +38,7 @@ const styles = StyleSheet.create({
...InterSmall,
},
image: {
- height: 169,
+ height: 154,
width: 230,
alignSelf: 'center',
},