Browse Source

add github link to navbar

AykutSarac 3 years ago
parent
commit
cfbeb823b4
1 changed files with 1 additions and 1 deletions
  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>