From 21895541af194d88de6a94e095d617587dca9dc2 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 6 Feb 2021 13:28:12 +0500 Subject: [PATCH] fix user section ui on tablet --- apps/mobile/src/components/Menu/UserSection.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/mobile/src/components/Menu/UserSection.js b/apps/mobile/src/components/Menu/UserSection.js index 82e7891df..6340b730f 100644 --- a/apps/mobile/src/components/Menu/UserSection.js +++ b/apps/mobile/src/components/Menu/UserSection.js @@ -57,7 +57,13 @@ export const UserSection = ({noTextMode}) => { {!user ? 'Not Logged in' : 'Logged in'} - Login to encrypt and sync your notes. + + Login to encrypt and sync your notes. +