Skip to content

Commit

Permalink
chore: add disclaimer to source data panel (#6550)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster authored Jan 18, 2024
1 parent a42044b commit 4c56b41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const SOURCE_DATA_INFO_TEXT =
"Gene Expression is powered by primary data submitted to CZ CELLxGENE Discover. See ";
export const SOURCE_DATA = "Soure Data for Gene Expression";
export const SOURCE_DATA = "Source Data for Gene Expression";
export const SOURCE_DATA_DISCLAIMER =
"We regularly expand our single cell data corpus to improve results. Downloaded data and figures may differ in the future.";
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
import { DivTable, DivTableHead } from "src/views/WheresMyGeneV2/common/styles";
import { ROUTES } from "src/common/constants/routes";
import { useConnect } from "./connect";
import { SOURCE_DATA_INFO_TEXT } from "./constants";
import { SOURCE_DATA_DISCLAIMER, SOURCE_DATA_INFO_TEXT } from "./constants";
import {
StyledTooltip,
TooltipContent,
Expand All @@ -39,6 +39,7 @@ export default function SourceData(): JSX.Element {
</a>
.
</InfoText>
<InfoText>{SOURCE_DATA_DISCLAIMER}</InfoText>
<DivTable data-testid="source-data-list">
<DivTableHead>
<StyledDivTableCell>Collection</StyledDivTableCell>
Expand Down

0 comments on commit 4c56b41

Please sign in to comment.