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 6179e58 commit c16ef01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
6 changes: 0 additions & 6 deletions src/components/explore/exploreControls.js
Original file line number Diff line number Diff line change
Expand Up @@ -221,12 +221,6 @@ class ExploreControls extends React.Component {
))
: null}
</div>
<a
href={process.env.GATSBY_EXPLORE_URL}
className={compStyles.moreOrgans}
>
View More Organs
</a>
</div>
);
}
Expand Down
15 changes: 6 additions & 9 deletions src/components/explore/exploreControls.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,23 @@
}

/* Text - Shared Styles */
/* Metric label, organ text, view more organs */
/* Metric label, organ text. */
.controls .label,
.controls .organ span,
.controls .moreOrgans {
.controls .organ span {
font-size: 16px;
font-weight: 500;
}

/* Text - line heights - 21px */
/* Organ text, view more organs */
.controls .organ span,
.controls .moreOrgans {
/* Organ text */
.controls .organ span {
line-height: 21px;
}

/* Color - Shared Styles - blue dark */
/* Metric count, organ text, view more organs */
/* Metric count, organ text */
.controls .count,
.controls .organ span,
.controls .moreOrgans {
.controls .organ span {
color: var(--blue-dark);
}

Expand Down
2 changes: 1 addition & 1 deletion src/components/searchBrowser/searchBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class SearchBrowser extends React.Component {
if (windowWidth < 1024) {
return "Filter projects by attribute";
}
return "Filter projects by attribute e.g. organ, project title.";
return "Filter projects by attribute e.g. project title.";
}

return "Loading data...";
Expand Down

0 comments on commit c16ef01

Please sign in to comment.