1
- import React from "react"
2
- import Layout from "@theme/Layout"
3
- import useDocusaurusContext from "@docusaurus/useDocusaurusContext"
4
- import styles from "./index.module.css"
5
- import Card from "../components/Card"
1
+ import React from "react" ;
2
+ import Layout from "@theme/Layout" ;
3
+ import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
4
+ import styles from "./index.module.css" ;
5
+ import Card from "../components/Card" ;
6
6
7
7
function Home ( ) {
8
8
const context = useDocusaurusContext ( ) ;
@@ -11,7 +11,9 @@ function Home() {
11
11
< Layout title = "Homepage" description = "Evmos Docs" >
12
12
< main >
13
13
< br />
14
- < h1 align = "center" style = { { fontWeight : '750' } } > Welcome to Evmos Docs</ h1 >
14
+ < h1 align = "center" style = { { fontWeight : "750" } } >
15
+ Welcome to Evmos Docs
16
+ </ h1 >
15
17
< section className = { styles . features } >
16
18
< div className = "container" >
17
19
< div className = "row cards__container" >
@@ -27,7 +29,7 @@ function Home() {
27
29
/>
28
30
29
31
< Card
30
- to = "./use "
32
+ to = "./protocol "
31
33
header = { {
32
34
label : "☄️ Learn about Evmos" ,
33
35
} }
@@ -76,8 +78,7 @@ function Home() {
76
78
label : "🛡️ Security on Evmos" ,
77
79
} }
78
80
body = { {
79
- label :
80
- "Learn about our Security Policy" ,
81
+ label : "Learn about our Security Policy" ,
81
82
} }
82
83
/>
83
84
@@ -96,7 +97,7 @@ function Home() {
96
97
</ section >
97
98
</ main >
98
99
</ Layout >
99
- )
100
+ ) ;
100
101
}
101
102
102
- export default Home
103
+ export default Home ;
0 commit comments