Skip to content

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
comment out twitter box #38
  • Loading branch information
dlebauer committed May 10, 2024
1 parent 0b2cb0b commit 091f5ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import energy from "../../static/img/energy-bio.png";
import { Timeline } from "react-twitter-widgets";
const FeatureList = [
{
title: "A state-of-the-art ecosystem model",
title: "A state-of-the-art framework for ecological synthesis",
Svg: require("../../static/img/nature.svg").default,
description: (
<>
Expand Down Expand Up @@ -135,7 +135,7 @@ export default function HomepageFeatures() {
<img src={dep} className={styles.image} />
<img src={energy} className={styles.image} />
</div>
<div className={styles.timeline}>
{/*<div className={styles.timeline}>
<Timeline
dataSource={{
sourceType: "profile",
Expand All @@ -146,7 +146,7 @@ export default function HomepageFeatures() {
width: "50rem",
}}
/>
</div>
</div> */}
</div>
</div>
);
Expand Down

0 comments on commit 091f5ce

Please sign in to comment.