Skip to content

Commit 39d4e42

Browse files
authoredMar 17, 2025··
Merge pull request #1844 from sushi-labs/fix/discord-link
fix: discord link
2 parents e71a9d5 + fe98bb3 commit 39d4e42

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎apps/web/next.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const nextConfig = bundleAnalyzer({
5454
{
5555
source: '/discord{/}?',
5656
permanent: true,
57-
destination: 'https://discord.gg/ej78AWjy6Y',
57+
destination: 'https://discord.gg/qGeREffeAH',
5858
},
5959
{
6060
source: '/github{/}?',

‎apps/web/src/app/(networks)/(non-evm)/aptos/explore/hero.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const Hero: FC = () => {
5454
<div className="flex flex-col items-center gap-1 lg:items-end">
5555
<span className="font-semibold lg:text-sm">Need Help?</span>
5656
<Button icon={DiscordIcon} variant="link" size="sm" asChild>
57-
<LinkExternal href="https://discord.gg/NVPXN4e">
57+
<LinkExternal href="https://sushi.com/discord">
5858
Join our discord
5959
</LinkExternal>
6060
</Button>

‎apps/web/src/app/(networks)/(non-evm)/tron/explore/hero.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const Hero: FC = () => {
5454
<div className="flex flex-col items-center gap-1 lg:items-end">
5555
<span className="font-semibold lg:text-sm">Need Help?</span>
5656
<Button icon={DiscordIcon} variant="link" size="sm" asChild>
57-
<LinkExternal href="https://discord.gg/NVPXN4e">
57+
<LinkExternal href="https://sushi.com/discord">
5858
Join our discord
5959
</LinkExternal>
6060
</Button>

0 commit comments

Comments
 (0)
Please sign in to comment.