Skip to content

Commit

Permalink
Change to "Gene symbol" on gene pages
Browse files Browse the repository at this point in the history
Refs #2061
  • Loading branch information
kimrutherford committed Jul 7, 2023
1 parent 4483175 commit 29bc1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/gene-details/gene-details.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<div class="details-and-transcripts-note">
<div id="gene-summary" class="details-page-summary">
<div class="details-label">Gene standard name</div>
<div class="details-label">Gene symbol</div>
<div>
<span *ngIf="geneDetails.name" class="gene-name">{{geneDetails.name}}</span>
<span *ngIf="!geneDetails.name" class="no-gene-name">(none)
Expand Down

0 comments on commit 29bc1a6

Please sign in to comment.