Browse Source

add missing prop

Aykut Saraç 3 years ago
parent
commit
acb0727411
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/Sidebar/index.tsx

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

@@ -152,7 +152,7 @@ const Sidebar: React.FC<{
             </StyledLogo>
           </StyledElement>
         </Link>
-        <Link href="/">
+        <Link passHref href="/">
           <StyledElement as="a" title="Home">
             <AiFillHome />
           </StyledElement>