From 2e23f971a73fcccd729e7e4d873a421399892157 Mon Sep 17 00:00:00 2001 From: satof3 Date: Thu, 25 Jul 2024 05:52:58 +0000 Subject: [PATCH] Replace h3 with h2 --- apps/app/src/client/components/Sidebar/Bookmarks.tsx | 2 +- .../src/client/components/Sidebar/Custom/CustomSidebar.tsx | 4 ++-- .../Sidebar/InAppNotification/InAppNotification.tsx | 4 ++-- apps/app/src/client/components/Sidebar/PageTree/PageTree.tsx | 2 +- .../client/components/Sidebar/RecentChanges/RecentChanges.tsx | 2 +- apps/app/src/client/components/Sidebar/Tag.tsx | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) 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()} />