From 43a838cc913bf8906ae7a66df6f019d9283c12cb Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Wed, 7 Feb 2024 10:53:03 +0100 Subject: [PATCH 1/3] Update ResponsiveAppBar.tsx --- taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx b/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx index a9d9db0c..a7805a8b 100644 --- a/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx +++ b/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx @@ -32,7 +32,7 @@ const ResponsiveAppBar = ({ displayedPages }: ResponsiveAppBarProps) => { }; return ( - + {/* Mobile content */} @@ -126,7 +126,7 @@ const ResponsiveAppBar = ({ displayedPages }: ResponsiveAppBarProps) => { > Date: Thu, 15 Feb 2024 15:07:35 +0100 Subject: [PATCH 2/3] Update ResponsiveAppBar.tsx --- taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx b/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx index a7805a8b..608f9b31 100644 --- a/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx +++ b/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx @@ -32,7 +32,7 @@ const ResponsiveAppBar = ({ displayedPages }: ResponsiveAppBarProps) => { }; return ( - + {/* Mobile content */} From a56a2a219f0ac9183a6be3398a7dca6c865a423b Mon Sep 17 00:00:00 2001 From: Pierre Slamich Date: Fri, 16 Feb 2024 14:08:42 +0100 Subject: [PATCH 3/3] Update taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx --- taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx b/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx index b3fc6510..034e5bbc 100644 --- a/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx +++ b/taxonomy-editor-frontend/src/components/ResponsiveAppBar.tsx @@ -31,7 +31,7 @@ const ResponsiveAppBar = ({ displayedPages }: ResponsiveAppBarProps) => { }; return ( - + {/* Mobile content */}