Skip to content

Commit

Permalink
Merge pull request #445 from KPMP/R_RP_Plot_Wording_Fix
Browse files Browse the repository at this point in the history
plot title wording
  • Loading branch information
zwright authored Dec 6, 2023
2 parents d5b5842 + e0937af commit 356f475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/DataViz/RegionalProteomics.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class RegionalProteomics extends Component {
<Row xs='12'>
<Col lg='12'>
<h5>{this.props.gene.symbol} expression comparison across regions
in {formatTissueType(this.props.tissueType)}</h5>
in all tissue types</h5>
<hr/>
</Col>
</Row>
Expand Down
2 changes: 1 addition & 1 deletion src/components/DataViz/RegionalViz.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class RegionalViz extends Component {
: <Container className='mt-3 rounded border p-3 shadow-sm mb-5'>
<Row xs='12'>
<Col lg='12'>
<h5>{this.props.gene.symbol} expression comparison across regions in {formatTissueType(this.props.tissueType)}</h5>
<h5>{this.props.gene.symbol} expression comparison across regions in all tissue types</h5>
<hr />
</Col>
</Row>
Expand Down

0 comments on commit 356f475

Please sign in to comment.