Skip to content

Commit

Permalink
feat(navbar): add link to career page (#21)
Browse files Browse the repository at this point in the history
* feat(navbar): add link to career page

* refactor(navbar): rename discord link in navbar
  • Loading branch information
frgfm committed Apr 2, 2024
1 parent c6aedf2 commit 9450ca4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ const Navbar: FC = () => {
{/* <Link href="#features">Features</Link> */}
<Link href="https://docs.quackai.com">Documentation</Link>
{/* <Link href="/blog">Blog</Link> */}
<Link href="https://discord.gg/E9rY3bVCWd">Discord community</Link>
<Link href="https://discord.gg/E9rY3bVCWd">Community</Link>
<Link href="https://www.ycombinator.com/companies/quack-ai/jobs">
Careers
</Link>
</div>
<div className={styles.authLinks}>
<div className={styles.ctaButton}>
Expand Down

0 comments on commit 9450ca4

Please sign in to comment.