Skip to content

Commit b3c0fbb

Browse files
authored
Merge pull request #6308 from NomicFoundation/chore/turn-off-survey-on-website
chore: switch the website banner back from survey to hiring
2 parents ddcb1af + ecffc35 commit b3c0fbb

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/ISSUE_TEMPLATE/hardhat-3-alpha.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Hardhat 3 Alpha feedback
22
description: Give feedback about the Hardhat 3 Alpha.
33
labels: hardhat-3-alpha
44
body:
5-
- type: textarea
6-
attributes:
7-
label: "Feedback"
8-
placeholder: "Your feedback"
5+
- type: textarea
6+
attributes:
7+
label: "Feedback"
8+
placeholder: "Your feedback"

docs/src/config.ts

+9-9
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ export const SOCIALS_LINKS = {
2424

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

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-
3327
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",
3731
};
3832

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+
3939
export const DOCS_PATH = path.join(process.cwd(), "src/content/");
4040
export const DOCS_LANDING_PATH = path.join(
4141
process.cwd(),

0 commit comments

Comments
 (0)