From b20866acca0584e7fe66898566d809ebf763e717 Mon Sep 17 00:00:00 2001
From: Tomas Havlicek <xhavlic@fi.muni.cz>
Date: Wed, 22 Jun 2022 19:07:19 +0200
Subject: [PATCH] feat: updated logo positioning

---
 frontend/src/components/NavigationBar.tsx | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/frontend/src/components/NavigationBar.tsx b/frontend/src/components/NavigationBar.tsx
index 207026c..fc4d059 100644
--- a/frontend/src/components/NavigationBar.tsx
+++ b/frontend/src/components/NavigationBar.tsx
@@ -9,8 +9,9 @@ export const NavigationBar = () => {
   return (
     <div className="navigation-bar">
       <Header style={{display: "flex"}}>
-        <Image src={logo} width={48} height={48} style={{width:"48", height: "48"}} preview={false}></Image>
+        
         <Menu theme="dark" mode="horizontal" defaultSelectedKeys={["2"]}>
+        <Image src={logo} width={48} height={48} style={{width:"48", height: "48"}} preview={false}></Image>
           
 
           <Menu.Item>
-- 
GitLab