Aykut Saraç пре 3 година
родитељ
комит
85c8fd78d6
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      src/components/Sidebar/index.tsx

+ 4 - 4
src/components/Sidebar/index.tsx

@@ -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"