Update Discord invite link (#59)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5f314cd6a7
commit
514df0bd97
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue