From 74b0929e4d79690394c1217f63e458da5bf7317b Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 17 Oct 2024 18:48:38 +0300 Subject: Logged out improvments (#5771) * fetch all accounts in one go * delete unused component * add safeareaview to logged out layout * add safe area insets to LoggedOut view * add safe area insets to the error boundary * sanitize displaynames/handles * use button for X * increase spacing --- src/state/shell/logged-out.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/state/shell/logged-out.tsx') diff --git a/src/state/shell/logged-out.tsx b/src/state/shell/logged-out.tsx index dc78d03d5..66240f2c0 100644 --- a/src/state/shell/logged-out.tsx +++ b/src/state/shell/logged-out.tsx @@ -1,8 +1,8 @@ import React from 'react' -import {isWeb} from 'platform/detection' -import {useSession} from 'state/session' -import {useActiveStarterPack} from 'state/shell/starter-pack' +import {isWeb} from '#/platform/detection' +import {useSession} from '#/state/session' +import {useActiveStarterPack} from '#/state/shell/starter-pack' type State = { showLoggedOut: boolean -- cgit 1.4.1