Skip to content

Commit 60d2bf8

Browse files
committed
fix: replace malicious discord url
1 parent d152cef commit 60d2bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/snippets/footer/Footer.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const BLOCKSCOUT_LINKS = [
3232
icon: 'social/discord' as const,
3333
iconSize: '24px',
3434
text: 'Discord',
35-
url: 'https://discord.gg/fluentlabst',
35+
url: 'https://discord.com/invite/fluentxyz',
3636
},
3737
];
3838

0 commit comments

Comments
 (0)