Skip to content

Commit

Permalink
chore: change the banner text too
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Jan 10, 2025
1 parent 0e5c8d7 commit b1dfb90
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/");
Expand Down

0 comments on commit b1dfb90

Please sign in to comment.