File tree Expand file tree Collapse file tree 2 files changed +4
-15
lines changed
Expand file tree Collapse file tree 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import Link from "@docusaurus/Link";
44import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
55import Layout from "@theme/Layout" ;
66import HomepageFeatures from "@site/src/components/HomepageFeatures" ;
7- import Hackathon from "@site/src/components/Hackathon" ;
87
98import 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"
Original file line number Diff line number Diff 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 </ >
You can’t perform that action at this time.
0 commit comments