Skip to content

Commit

Permalink
fixed discord link (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xn1c0 authored Dec 5, 2024
1 parent 6101fba commit 2709223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templates/links.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react";

export const discordInvitationLink = 'https://discord.gg/conflux-network-707952293412339843';
export const discordInvitationLink = 'https://discord.gg/confluxnetwork';

export function DiscordLink({ children }) {
return <a href={discordInvitationLink} target="_blank">{children}</a>;
Expand Down

0 comments on commit 2709223

Please sign in to comment.