File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 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";
77import { Timeline } from "react-twitter-widgets" ;
88const FeatureList = [
99 {
10- title : "A state-of-the-art ecosystem model " ,
10+ title : "A state-of-the-art framework for ecological synthesis " ,
1111 Svg : require ( "../../static/img/nature.svg" ) . default ,
1212 description : (
1313 < >
@@ -135,7 +135,7 @@ export default function HomepageFeatures() {
135135 < img src = { dep } className = { styles . image } />
136136 < img src = { energy } className = { styles . image } />
137137 </ div >
138- < div className = { styles . timeline } >
138+ { /* <div className={styles.timeline}>
139139 <Timeline
140140 dataSource={{
141141 sourceType: "profile",
@@ -146,7 +146,7 @@ export default function HomepageFeatures() {
146146 width: "50rem",
147147 }}
148148 />
149- </ div >
149+ </div> */ }
150150 </ div >
151151 </ div >
152152 ) ;
You can’t perform that action at this time.
0 commit comments