File tree 2 files changed +4
-15
lines changed
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";
4
4
import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
5
5
import Layout from "@theme/Layout" ;
6
6
import HomepageFeatures from "@site/src/components/HomepageFeatures" ;
7
- import Hackathon from "@site/src/components/Hackathon" ;
8
7
9
8
import styles from "./index.module.css" ;
10
9
@@ -21,8 +20,8 @@ function HomepageHeader() {
21
20
The solution to opaque carbon reporting{ " " }
22
21
</ p >
23
22
< 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
26
25
</ Link >
27
26
< Link
28
27
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) {
6
6
< >
7
7
< div
8
8
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
+
15
10
} }
16
11
>
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
+
23
13
</ div >
24
14
< Navbar { ...props } />
25
15
</ >
You can’t perform that action at this time.
0 commit comments