Skip to content

Commit 9450ca4

Browse files
authored
feat(navbar): add link to career page (#21)
* feat(navbar): add link to career page * refactor(navbar): rename discord link in navbar
1 parent c6aedf2 commit 9450ca4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/Navbar.tsx

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ const Navbar: FC = () => {
2828
{/* <Link href="#features">Features</Link> */}
2929
<Link href="https://docs.quackai.com">Documentation</Link>
3030
{/* <Link href="/blog">Blog</Link> */}
31-
<Link href="https://discord.gg/E9rY3bVCWd">Discord community</Link>
31+
<Link href="https://discord.gg/E9rY3bVCWd">Community</Link>
32+
<Link href="https://www.ycombinator.com/companies/quack-ai/jobs">
33+
Careers
34+
</Link>
3235
</div>
3336
<div className={styles.authLinks}>
3437
<div className={styles.ctaButton}>

0 commit comments

Comments
 (0)