Skip to content

Commit

Permalink
hide tutorial link for now since there is no tutorial to link to
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAkhmetov committed Jan 24, 2025
1 parent 58114b1 commit f077f76
Showing 1 changed file with 20 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,26 @@
import React from 'react';
import { SectionDescription } from 'js/shared-styles/sections/SectionDescription';
import LabelledSectionText from 'js/shared-styles/sections/LabelledSectionText';
import OutlinedButton from 'js/shared-styles/buttons/OutlinedButton';

// TODO: Once there is a cellpop tutorial to link to,
// uncomment the below code and add RelevantPages to the SectionDescription addendum

// import OutlinedButton from 'js/shared-styles/buttons/OutlinedButton';
// import Link from '@mui/icons-material/Link';
// function RelevantPages() {
// return (
// <LabelledSectionText label="Relevant Pages" key="relevant-pages">
// <OutlinedButton
// color="info"
// endIcon={
// <Link />
// }
// >
// Tutorial
// </OutlinedButton>
// </LabelledSectionText>
// );
// }

export default function CellPopDescription() {
return (
Expand All @@ -17,9 +36,6 @@ export default function CellPopDescription() {
visibility of a specific column or row, or embedding a bar chart to compare the amounts of cell types within a
dataset.
</LabelledSectionText>,
<LabelledSectionText label="Relevant Pages" key="relevant-pages">
<OutlinedButton color="info">Tutorial</OutlinedButton>
</LabelledSectionText>,
]}
>
This interactive heatmap visualizes cell populations in datasets from this organ. Cell type annotations are from
Expand Down

0 comments on commit f077f76

Please sign in to comment.