Explorar o código

add github link to navbar

AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
cfbeb823b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>