Skip to content

Commit ad17086

Browse files
authored
Merge pull request #126 from Green-Software-Foundation/rm-banner
Rm banner
2 parents db5a297 + b7df793 commit ad17086

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

src/pages/index.tsx

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import Link from "@docusaurus/Link";
44
import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
55
import Layout from "@theme/Layout";
66
import HomepageFeatures from "@site/src/components/HomepageFeatures";
7-
import Hackathon from "@site/src/components/Hackathon";
87

98
import styles from "./index.module.css";
109

@@ -21,8 +20,8 @@ function HomepageHeader() {
2120
The solution to opaque carbon reporting{" "}
2221
</p>
2322
<div className={styles.buttons}>
24-
<Link className="button button--primary button--md" to="https://grnsft.notion.site/watchers-apply">
25-
Become a watcher
23+
<Link className="button button--primary button--md" to="https://grnsft.org/if/become-a-watcher ">
24+
Become a watcher
2625
</Link>
2726
<Link
2827
className="button button--secondary button--md"

src/theme/Navbar/index.js

+2-12
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,10 @@ export default function NavbarWrapper(props) {
66
<>
77
<div
88
style={{
9-
background: "#f0ffc4",
10-
textAlign: "center",
11-
padding: "16px 32px",
12-
color: "var(--ifm-color-primary-dark)",
13-
fontWeight: "bold",
14-
fontSize: "0.875rem",
9+
1510
}}
1611
>
17-
This project is an <b>incubation project</b> being run inside the Green
18-
Software Foundation; as such, we DON’T recommend using it in any
19-
critical use case. Incubation projects are experimental, offer no
20-
support guarantee, have minimal governance and process, and may be
21-
retired at any moment. This project may one day Graduate, in which case
22-
this disclaimer will be removed.
12+
2313
</div>
2414
<Navbar {...props} />
2515
</>

0 commit comments

Comments
 (0)