diff --git a/apps/app/src/client/components/Sidebar/Bookmarks.tsx b/apps/app/src/client/components/Sidebar/Bookmarks.tsx index b0a734cc9a6..6460d18a3fd 100644 --- a/apps/app/src/client/components/Sidebar/Bookmarks.tsx +++ b/apps/app/src/client/components/Sidebar/Bookmarks.tsx @@ -14,7 +14,7 @@ export const Bookmarks = () : JSX.Element => { return (
-

{t('Bookmarks')}

+

{t('Bookmarks')}

{isGuestUser ? (

diff --git a/apps/app/src/client/components/Sidebar/Custom/CustomSidebar.tsx b/apps/app/src/client/components/Sidebar/Custom/CustomSidebar.tsx index ccceaa36afd..58e3001fd54 100644 --- a/apps/app/src/client/components/Sidebar/Custom/CustomSidebar.tsx +++ b/apps/app/src/client/components/Sidebar/Custom/CustomSidebar.tsx @@ -20,10 +20,10 @@ export const CustomSidebar = (): JSX.Element => { return (
-

+

{t('CustomSidebar')} { !isLoading && edit } -

+

{ !isLoading && mutate()} /> }
diff --git a/apps/app/src/client/components/Sidebar/InAppNotification/InAppNotification.tsx b/apps/app/src/client/components/Sidebar/InAppNotification/InAppNotification.tsx index 4debcc968c8..516cef5ca22 100644 --- a/apps/app/src/client/components/Sidebar/InAppNotification/InAppNotification.tsx +++ b/apps/app/src/client/components/Sidebar/InAppNotification/InAppNotification.tsx @@ -17,9 +17,9 @@ export const InAppNotification = (): JSX.Element => { return (
-

+

{t('In-App Notification')} -

+
{ return (
-

{t('Page Tree')}

+

{t('Page Tree')}

{ return (
-

{t('Recent Changes')}

+

{t('Recent Changes')}

{ return (
-

{t('Tags')}

+

{t('Tags')}

onReload()} />