AykutSarac hace 3 años
padre
commit
7b25ba995f
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>