Skip to content

Commit

Permalink
fix: update discord invite
Browse files Browse the repository at this point in the history
  • Loading branch information
its-felix committed Aug 11, 2024
1 parent fc3fff4 commit 4b50684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/contact/contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function Contact() {
<Copy copyText={'Felix.9127'}>Felix.9127</Copy>
</ValueWithLabel>
<ValueWithLabel label={i18n.components.contact.discord}>
{i18n.components.contact.discordDetail(({ children }) => <Link href={'https://discord.gg/9BpnA7sh'} external={true}>{children}</Link>)}
{i18n.components.contact.discordDetail(({ children }) => <Link href={'https://discord.gg/HfY3Z4ex'} external={true}>{children}</Link>)}
</ValueWithLabel>
<ValueWithLabel label={i18n.components.contact.email}>
{i18n.components.contact.emailDetail(() => <Copy copyText={'[email protected]'}><Link href={'mailto:[email protected]'} external={true}>[email protected]</Link></Copy>)}
Expand Down

0 comments on commit 4b50684

Please sign in to comment.