diff --git a/src/Components/AppShell/NavBar.tsx b/src/Components/AppShell/NavBar.tsx index cc6ef303..d2b270c1 100644 --- a/src/Components/AppShell/NavBar.tsx +++ b/src/Components/AppShell/NavBar.tsx @@ -50,7 +50,7 @@ export default function NavBar({ appName, useAuth }: { appName: string, useAuth: icon: "✌️", }, error: 'Error', - pending: '123 ...' + pending: 'logging in ...' }); setLoginOpen(false); } @@ -67,7 +67,7 @@ export default function NavBar({ appName, useAuth }: { appName: string, useAuth: icon: "👋", }, error: 'Error', - pending: '123 ...' + pending: 'logging out ..' }); }