Refactor Discord links in codebase to use the updated invite link
This commit is contained in:
@@ -19,7 +19,7 @@ export default function Footer() {
|
||||
<a href="https://github.com/zen-browser">
|
||||
<GitHubLogoIcon className="w-5 h-5" />
|
||||
</a>
|
||||
<a href="https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748" className="ml-5">
|
||||
<a href="https://discord.gg/zen-browser" className="ml-5">
|
||||
<DiscordLogoIcon className="w-5 h-5" />
|
||||
</a>
|
||||
<a href="https://fosstodon.org/@zenbrowser" className="ml-5">
|
||||
|
||||
@@ -26,7 +26,7 @@ export const components: { title: string; href: string; description: string }[]
|
||||
},
|
||||
{
|
||||
title: "Discord",
|
||||
href: "https://discord.com/servers/mauro-s-little-sweatshop-1088172780480114748",
|
||||
href: "https://discord.gg/zen-browser",
|
||||
description: "Join our Discord server to chat with the community and get support."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user