We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6aedf2 commit 9450ca4Copy full SHA for 9450ca4
src/components/Navbar.tsx
@@ -28,7 +28,10 @@ const Navbar: FC = () => {
28
{/* <Link href="#features">Features</Link> */}
29
<Link href="https://docs.quackai.com">Documentation</Link>
30
{/* <Link href="/blog">Blog</Link> */}
31
- <Link href="https://discord.gg/E9rY3bVCWd">Discord community</Link>
+ <Link href="https://discord.gg/E9rY3bVCWd">Community</Link>
32
+ <Link href="https://www.ycombinator.com/companies/quack-ai/jobs">
33
+ Careers
34
+ </Link>
35
</div>
36
<div className={styles.authLinks}>
37
<div className={styles.ctaButton}>
0 commit comments