Skip to content

Commit

Permalink
Remove 'Organs' from landing page summary. #1139.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and NoopDog committed Oct 4, 2021
1 parent 55703fc commit 6179e58
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import * as numberFormatter from "../utils/number-format.service";
import cells from "../../images/icon/metrics/cells.png";
import donors from "../../images/icon/metrics/donors.png";
import labs from "../../images/icon/metrics/labs.png";
import organs from "../../images/icon/metrics/organs.png";
import projects from "../../images/icon/metrics/projects.png";
import arrow from "../../images/icon/portal/arrow.png";
import labsContribute from "../../images/icon/portal/labsContribute.png";
Expand Down Expand Up @@ -147,17 +146,6 @@ class IndexPage extends React.Component {
<span className={compStyles.label}>Cells</span>
</div>
</div>
<div className={compStyles.metric}>
<span>
<img src={organs} alt="Organs" />
</span>
<div>
<span className={compStyles.count}>
{numberFormatter.formatCount(this.state.organCount)}
</span>
<span className={compStyles.label}>Organs</span>
</div>
</div>
<div className={compStyles.metric}>
<span>
<img src={donors} alt="Donors" />
Expand Down

0 comments on commit 6179e58

Please sign in to comment.