Skip to content
Snippets Groups Projects
Commit db3ad245 authored by Tomáš Havlíček's avatar Tomáš Havlíček
Browse files

feat: added logo to homepage route

parent 48843b70
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,9 @@ export const NavigationBar = () => { ...@@ -11,7 +11,9 @@ export const NavigationBar = () => {
<Header style={{display: "flex"}}> <Header style={{display: "flex"}}>
<Menu theme="dark" mode="horizontal" defaultSelectedKeys={["2"]}> <Menu theme="dark" mode="horizontal" defaultSelectedKeys={["2"]}>
<Link to="/">
<Image src={logo} width={48} height={48} style={{width:"48", height: "48"}} preview={false}></Image> <Image src={logo} width={48} height={48} style={{width:"48", height: "48"}} preview={false}></Image>
</Link>
<Menu.Item> <Menu.Item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment