AykutSarac пре 3 година
родитељ
комит
7b25ba995f
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      src/components/Navbar/index.tsx

+ 3 - 1
src/components/Navbar/index.tsx

@@ -62,7 +62,9 @@ export const Navbar: React.FC<NavbarProps> = () => {
           <a>Editor</a>
         </Link>
         <Link href="https://github.com/AykutSarac/jsonvisio.com">
-          <a>GitHub</a>
+          <a rel="me" target="_blank">
+            GitHub
+          </a>
         </Link>
       </StyledNav>
     </StyledNavbar>