Skip to content

Commit 091f5ce

Browse files
committed
update title
comment out twitter box #38
1 parent 0b2cb0b commit 091f5ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/HomepageFeatures.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import energy from "../../static/img/energy-bio.png";
77
import { Timeline } from "react-twitter-widgets";
88
const 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
);

0 commit comments

Comments
 (0)