Skip to content

Commit b1dfb90

Browse files
committedJan 10, 2025
chore: change the banner text too
1 parent 0e5c8d7 commit b1dfb90

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎docs/src/config.ts

+9-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,18 @@ export const SOCIALS_LINKS = {
2222
[SocialsEnum.DISCORD]: "/discord",
2323
};
2424

25-
export const BANNER_LINK = "https://nomic.foundation/hiring";
26-
2725
export const PRIVACY_POLICY_PATH = "/privacy-policy.html";
2826

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+
2933
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",
3337
};
3438

3539
export const DOCS_PATH = path.join(process.cwd(), "src/content/");

0 commit comments

Comments
 (0)