diff --git a/apps/admin/docs/features.md b/apps/admin/docs/features.md index 4682bed9..0dbaf2c6 100644 --- a/apps/admin/docs/features.md +++ b/apps/admin/docs/features.md @@ -10,8 +10,7 @@ - Log out - Select the profile icon in the menu bar - - Click to logout button - - Will redirect to login form and session cookie is deleted + - Click on the logout button. This deletes the session cookie and redirects you to the login form ## Forms diff --git a/apps/admin/src/components/admin/Admin/CustomAppBar.tsx b/apps/admin/src/components/admin/Admin/CustomAppBar.tsx index 913214f8..a756cac9 100644 --- a/apps/admin/src/components/admin/Admin/CustomAppBar.tsx +++ b/apps/admin/src/components/admin/Admin/CustomAppBar.tsx @@ -1,11 +1,10 @@ -import { AppBar, UserMenu } from 'react-admin' +import { AppBar, TitlePortal } from 'react-admin' import { LogoutButton } from './LogoutButton' export const CustomAppBar = () => ( - - - + + )