@@ -24,18 +24,18 @@ export const SOCIALS_LINKS = {
24
24
25
25
export const PRIVACY_POLICY_PATH = "/privacy-policy.html" ;
26
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
-
33
27
export const bannerContent = {
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 " ,
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 " ,
37
31
} ;
38
32
33
+ // export const bannerContent = {
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",
37
+ // };
38
+
39
39
export const DOCS_PATH = path . join ( process . cwd ( ) , "src/content/" ) ;
40
40
export const DOCS_LANDING_PATH = path . join (
41
41
process . cwd ( ) ,
0 commit comments