fix sidebar home button

This commit is contained in:
Aykut Saraç 2022-02-19 11:55:27 +03:00
parent 79bf1eb878
commit 85c8fd78d6

View File

@ -154,13 +154,13 @@ const Sidebar: React.FC<{
</StyledLogo>
</StyledElement>
</Link>
<Link passHref href="/">
<Tooltip title="Home">
<Tooltip title="Home">
<Link passHref href="/">
<StyledElement as="a">
<AiFillHome />
</StyledElement>
</Tooltip>
</Link>
</Link>
</Tooltip>
<Tooltip title="Auto Format">
<StyledElement
as="a"