File tree Expand file tree Collapse file tree 3 files changed +3
-30
lines changed
features/landing/components Expand file tree Collapse file tree 3 files changed +3
-30
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ export const EXTERNAL_URLS = {
1717 WHITEPAPER :
1818 'https://github.com/0xHashstack/whitepaper/blob/main/Open protocol/v0.2/Open protocol v0.2.7.pdf' ,
1919 MEDIUM : 'https://hashstack.medium.com' ,
20- DISCORD : 'https://discord.gg/aPAH4mkT ' ,
20+ DISCORD : 'https://hashstack.community/ ' ,
2121} as const ;
2222
2323export const BANNER_URL = {
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import DiscordLogoWhite from '@/assets/Icons/discordLogoWhite';
1313import GithubIconWhite from '@/assets/Icons/githubIconWhite' ;
1414import FileIconWhite from '@/assets/Icons/fileIconWhite' ;
1515import QueryIconWhite from '@/assets/Icons/queryIconWhite' ;
16+ import { EXTERNAL_URLS } from '@/constants/urls' ;
1617
1718const footerLinks = [
1819 { text : 'Home' , href : '/' , isActive : true } ,
@@ -37,7 +38,7 @@ const socialLinks = [
3738 IconWhite : TwitterIconWhite ,
3839 } ,
3940 {
40- href : 'https://discord.gg/aPAH4mkT' ,
41+ href : EXTERNAL_URLS . DISCORD ,
4142 Icon : DicordLogo ,
4243 IconWhite : DiscordLogoWhite ,
4344 } ,
Original file line number Diff line number Diff line change @@ -48,34 +48,6 @@ const RunningBanner = () => {
4848 } ,
4949 ] ;
5050
51- const socials = [
52- {
53- href : 'https://x.com/0xhashstack' ,
54- Icon : TwitterIcon ,
55- IconWhite : TwitterIconWhite ,
56- } ,
57- {
58- href : 'https://discord.gg/aPAH4mkT' ,
59- Icon : DicordLogo ,
60- IconWhite : DiscordLogoWhite ,
61- } ,
62- {
63- href : 'https://github.com/0xHashstack/' ,
64- Icon : GithubIcon ,
65- IconWhite : GithubIconWhite ,
66- } ,
67- {
68- href : 'https://drive.google.com/drive/folders/1ysun5L45Ib4MZAOGr8v9BK-CpZuMpXJr' ,
69- Icon : FileIcon ,
70- IconWhite : FileIconWhite ,
71- } ,
72- {
73- href : 'https://docs.hashstack.finance/hub/faqs' ,
74- Icon : QueryIcon ,
75- IconWhite : QueryIconWhite ,
76- } ,
77- ] ;
78-
7951 return (
8052 < div className = 'flex flex-col mt-10 gap-5 w-screen overflow-clip' >
8153 < div className = 'flex sm:hidden justify-center' >
You can’t perform that action at this time.
0 commit comments