File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -22,14 +22,18 @@ export const SOCIALS_LINKS = {
22
22
[ SocialsEnum . DISCORD ] : "/discord" ,
23
23
} ;
24
24
25
- export const BANNER_LINK = "https://nomic.foundation/hiring" ;
26
-
27
25
export const PRIVACY_POLICY_PATH = "/privacy-policy.html" ;
28
26
27
+ // export const bannerContent = {
28
+ // text: "Join the Hardhat team! Nomic Foundation is hiring",
29
+ // shortText: "Join the Hardhat team! We are hiring",
30
+ // href: "https://nomic.foundation/hiring",
31
+ // };
32
+
29
33
export const bannerContent = {
30
- text : "Join the Hardhat team! Nomic Foundation is hiring " ,
31
- shortText : "Join the Hardhat team! We are hiring " ,
32
- href : BANNER_LINK ,
34
+ text : "Please take a few minutes to complete the 2024 Solidity Survey " ,
35
+ shortText : "Complete the 2024 Solidity Survey here " ,
36
+ href : "https://hardhat.org/solidity-survey-2024" ,
33
37
} ;
34
38
35
39
export const DOCS_PATH = path . join ( process . cwd ( ) , "src/content/" ) ;
You can’t perform that action at this time.
0 commit comments