From 5173111fc0335a324035e92478aab3920c4e3fae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Horv=C3=A1th=20Istv=C3=A1n?= Date: Sat, 16 Mar 2024 19:08:05 +0100 Subject: [PATCH] Adjust navbar title margin --- frontend/src/common-components/navigation/Navbar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/common-components/navigation/Navbar.tsx b/frontend/src/common-components/navigation/Navbar.tsx index 581e220b9..c3ae2fa9e 100644 --- a/frontend/src/common-components/navigation/Navbar.tsx +++ b/frontend/src/common-components/navigation/Navbar.tsx @@ -37,12 +37,12 @@ export const Navbar = () => { aria-label="Navigáció megnyitása" /> - + {logoUrl ? ( {config?.components.app.siteName} ) : ( - {config?.components.app.siteName} + {config?.components.app.siteName} )}