diff --git a/docs/src/config.ts b/docs/src/config.ts index b7a891db72..e8107d3e74 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -22,14 +22,18 @@ export const SOCIALS_LINKS = { [SocialsEnum.DISCORD]: "/discord", }; -export const BANNER_LINK = "https://nomic.foundation/hiring"; - export const PRIVACY_POLICY_PATH = "/privacy-policy.html"; +// export const bannerContent = { +// text: "Join the Hardhat team! Nomic Foundation is hiring", +// shortText: "Join the Hardhat team! We are hiring", +// href: "https://nomic.foundation/hiring", +// }; + export const bannerContent = { - text: "Join the Hardhat team! Nomic Foundation is hiring", - shortText: "Join the Hardhat team! We are hiring", - href: BANNER_LINK, + text: "Please take a few minutes to complete the 2024 Solidity Survey", + shortText: "Complete the 2024 Solidity Survey here", + href: "https://hardhat.org/solidity-survey-2024", }; export const DOCS_PATH = path.join(process.cwd(), "src/content/");