File tree Expand file tree Collapse file tree 5 files changed +275
-28
lines changed Expand file tree Collapse file tree 5 files changed +275
-28
lines changed Original file line number Diff line number Diff line change 32
32
.hidden {
33
33
display : none !important ;
34
34
}
35
+
36
+ .isolated nav ,
37
+ .isolated footer ,
38
+ .isolated .col--2 {
39
+ display : none;
40
+ }
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : Contact Us
3
+ ---
4
+
5
+ <head >
6
+ <body className =" isolated " />
7
+ </head >
8
+
9
+ # Overreact – Contact Us
10
+
11
+ If you have any questions or concerns about the Overreact app, you can reach us at:
[email protected]
Original file line number Diff line number Diff line change @@ -9,25 +9,7 @@ import styles from './index.module.css';
9
9
import { Redirect } from '@docusaurus/router' ;
10
10
11
11
function HomepageHeader ( ) {
12
- // const {siteConfig} = useDocusaurusContext();
13
12
return < Redirect to = "/docs/intro" /> ;
14
- // return (
15
- // <header className={clsx('hero hero--primary', styles.heroBanner)}>
16
- // <div className="container">
17
- // <Heading as="h1" className="hero__title">
18
- // {siteConfig.title}
19
- // </Heading>
20
- // <p className="hero__subtitle">{siteConfig.tagline}</p>
21
- // {/* <div className={styles.buttons}>
22
- // <Link
23
- // className="button button--secondary button--lg"
24
- // to="/docs/intro">
25
- // Docusaurus Tutorial - 5min ⏱️
26
- // </Link>
27
- // </div> */}
28
- // </div>
29
- // </header>
30
- // );
31
13
}
32
14
33
15
export default function Home ( ) : JSX . Element {
@@ -37,9 +19,6 @@ export default function Home(): JSX.Element {
37
19
title = { `Hello from ${ siteConfig . title } ` }
38
20
description = "Description will go into a meta tag in <head />" >
39
21
< HomepageHeader />
40
- { /* <main>
41
- <HomepageFeatures />
42
- </main> */ }
43
22
</ Layout >
44
23
) ;
45
24
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments