Update Discord invite link (#59)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Austin Wang 2026-02-17 22:03:41 -08:00 committed by GitHub
parent 5f314cd6a7
commit 514df0bd97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ export default function CommunityPage() {
<div className="grid gap-4 sm:grid-cols-2">
<CommunityLink
href="https://discord.gg/SDbQmzQhRK"
href="https://discord.gg/QRxkhZgY"
name="Discord"
action="Join our Discord"
description="Chat with the community, get help, and share feedback"

View file

@ -45,7 +45,7 @@ export function SiteFooter() {
<div className="flex flex-wrap justify-center items-center gap-4 text-sm text-muted px-6">
<a href="https://github.com/manaflow-ai/cmux" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors">GitHub</a>
<a href="https://twitter.com/manaflowai" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors">Twitter</a>
<a href="https://discord.gg/SDbQmzQhRK" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors">Discord</a>
<a href="https://discord.gg/QRxkhZgY" target="_blank" rel="noopener noreferrer" className="hover:text-foreground transition-colors">Discord</a>
<Link href="/privacy-policy" className="hover:text-foreground transition-colors">Privacy</Link>
<Link href="/terms-of-service" className="hover:text-foreground transition-colors">Terms</Link>
<Link href="/eula" className="hover:text-foreground transition-colors">EULA</Link>