瀏覽代碼

add github link to navbar

AykutSarac 3 年之前
父節點
當前提交
cfbeb823b4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/Navbar/index.tsx

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

@@ -31,7 +31,7 @@ const Navbar: React.FC = () => {
         <Link href="/editor">
           <a>Editor</a>
         </Link>
-        <Link href="#">
+        <Link href="https://github.com/AykutSarac/jsonvisio.com">
           <a>GitHub</a>
         </Link>
       </StyledNav>