File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const navigation = [
17
17
children : [
18
18
{ name : "GitHub" , href : "https://github.com/WebXDAO" } ,
19
19
{ name : "Twitter" , href : "https://twitter.com/WebXDAO" } ,
20
- { name : "Discord" , href : "https://dsc.gg/ webxdao" } ,
20
+ { name : "Discord" , href : "https://discord. webxdao.xyz/ " } ,
21
21
{ name : "LinkedIn" , href : "https://www.linkedin.com/company/76098793" } ,
22
22
] ,
23
23
} ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const DiscordButton = () => {
9
9
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"
10
10
whileHover = { { scale : 1.05 } }
11
11
whileTap = { { scale : 1 } }
12
- href = "https://dsc.gg/ webxdao"
12
+ href = "https://discord. webxdao.xyz/ "
13
13
>
14
14
Join WebXDAO
15
15
< FaDiscord className = "w-5 h-5 ml-3 -mr-1" aria-hidden = "true" />
You can’t perform that action at this time.
0 commit comments