Skip to content

Commit

Permalink
Merge pull request #503 from KPMP/KPMP-5216_fix-github-link
Browse files Browse the repository at this point in the history
add space after nature link
  • Loading branch information
HaneenT authored Mar 18, 2024
2 parents a94fbdb + 31011de commit 0bc2d4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/ExpressionTables/ExpressionXCellType.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,9 @@ class ExpressionXCellType extends Component {
<p></p>
{this.props.dataType === "sn" ?
<small>
For more information about the cell type, cluster, and state definitions, see the following publication: <a target="_blank" rel="noreferrer" href="https://rdcu.be/dx5m9">Nature 619, 585–594 (2023)</a>
and <a target="_blank" rel='noreferrer' href="https://github.com/KPMP/Cell-State-Atlas-2022/">github pipelines</a>
For more information about the cell type, cluster, and state definitions, see the following publication:
<a target="_blank" rel="noreferrer" href="https://rdcu.be/dx5m9">Nature 619, 585–594 (2023) </a>
and <a target="_blank" rel='noreferrer' href="https://github.com/KPMP/Cell-State-Atlas-2022/">github pipelines</a>
</small> :
<small>
For more information about the cell type, cluster, and state definitions, see the following publication: <a target="_blank" rel="noreferrer" href="https://rdcu.be/dx5m9">Nature 619, 585–594 (2023)</a>
Expand Down

0 comments on commit 0bc2d4f

Please sign in to comment.