From ceb01467e635b322063905476545de7caa165df0 Mon Sep 17 00:00:00 2001 From: nick134 Date: Fri, 13 Oct 2023 17:37:02 +0200 Subject: [PATCH] chore: HStack for Links --- .../Wallet/Modal/MobileNotSupportedModal.tsx | 20 +++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/components/Wallet/Modal/MobileNotSupportedModal.tsx b/components/Wallet/Modal/MobileNotSupportedModal.tsx index 0a6abec6..6470db4e 100644 --- a/components/Wallet/Modal/MobileNotSupportedModal.tsx +++ b/components/Wallet/Modal/MobileNotSupportedModal.tsx @@ -1,6 +1,7 @@ import React from 'react' import { + HStack, Image, Link, Modal, @@ -18,16 +19,19 @@ function MobileNotSupportedModal() { - Currently, only Leap's in-app browser is supported on mobile. + Currently, only Leaps in-app browser is supported on mobile. - Leap Logo + Leap Logo - - Google Play Store Badge - - - AppStore Badge - + + + Google Play Store Badge + + + AppStore Badge + + +