File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import energy from "../../static/img/energy-bio.png";
7
7
import { Timeline } from "react-twitter-widgets" ;
8
8
const FeatureList = [
9
9
{
10
- title : "A state-of-the-art ecosystem model " ,
10
+ title : "A state-of-the-art framework for ecological synthesis " ,
11
11
Svg : require ( "../../static/img/nature.svg" ) . default ,
12
12
description : (
13
13
< >
@@ -135,7 +135,7 @@ export default function HomepageFeatures() {
135
135
< img src = { dep } className = { styles . image } />
136
136
< img src = { energy } className = { styles . image } />
137
137
</ div >
138
- < div className = { styles . timeline } >
138
+ { /* <div className={styles.timeline}>
139
139
<Timeline
140
140
dataSource={{
141
141
sourceType: "profile",
@@ -146,7 +146,7 @@ export default function HomepageFeatures() {
146
146
width: "50rem",
147
147
}}
148
148
/>
149
- </ div >
149
+ </div> */ }
150
150
</ div >
151
151
</ div >
152
152
) ;
You can’t perform that action at this time.
0 commit comments