소스 검색

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>