Skip to content

Commit

Permalink
Revert banner content
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Jan 10, 2023
1 parent a200a66 commit 72f54a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,13 @@ export const SOCIALS_LINKS = {
[SocialsEnum.DISCORD]: "/discord",
};

export const BANNER_LINK =
"https://cryptpad.fr/form/#/2/form/view/HuPIRv4gvziSV0dPV1SJncKzYJXTVc8LGCaMfLUoj2c";
export const BANNER_LINK = "https://nomic.foundation/hiring";

export const PRIVACY_POLICY_PATH = "/privacy-policy.html";

export const bannerContent = {
text: "Please take a few minutes to complete the 2022 Solidity Survey",
shortText: "Complete the 2022 Solidity Survey here",
text: "Join the Hardhat team! Nomic Foundation is hiring",
shortText: "Join the Hardhat team! We are hiring",
href: BANNER_LINK,
};

Expand Down

0 comments on commit 72f54a0

Please sign in to comment.