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>