Skip to content

Commit d252bbb

Browse files
chore: update Discord invitation link (#272)
* discord invitation link updated * Revert HTML changes
1 parent e0be627 commit d252bbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Global/Footer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const navigation = [
1717
children: [
1818
{ name: "GitHub", href: "https://github.com/WebXDAO" },
1919
{ name: "Twitter", href: "https://twitter.com/WebXDAO" },
20-
{ name: "Discord", href: "https://dsc.gg/webxdao" },
20+
{ name: "Discord", href: "https://discord.webxdao.xyz/" },
2121
{ name: "LinkedIn", href: "https://www.linkedin.com/company/76098793" },
2222
],
2323
},

src/components/Home/HeroSection/DiscordButton.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const DiscordButton = () => {
99
className="inline-flex items-center justify-center px-4 py-3 text-base font-medium transition-all duration-100 border border-transparent rounded-md shadow-sm hover:border-white/80 bg-cyber-webx text-white/80 hover:text-white hover:bg-gradient-to-r hover:from-pink-700 hover:to-pink-900 focus:outline-none focus:ring-2 focus:ring-cyber-webx focus:ring-offset-2"
1010
whileHover={{ scale: 1.05 }}
1111
whileTap={{ scale: 1 }}
12-
href="https://dsc.gg/webxdao"
12+
href="https://discord.webxdao.xyz/"
1313
>
1414
Join WebXDAO
1515
<FaDiscord className="w-5 h-5 ml-3 -mr-1" aria-hidden="true" />

0 commit comments

Comments
 (0)