Browse Source

add sponsor link to navbar

AykutSarac 3 years ago
parent
commit
4b95c643e3
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/components/Navbar/index.tsx

+ 6 - 0
src/components/Navbar/index.tsx

@@ -55,6 +55,12 @@ export const Navbar: React.FC = () => {
             GitHub
           </a>
         </Link>
+
+        <Link href="https://www.patreon.com/aykutsarac">
+          <a rel="me" target="_blank">
+            Sponsor
+          </a>
+        </Link>
       </StyledNav>
     </StyledNavbar>
   );