From 4fed025d7f32e874b5754081e53e3270f499d8bf Mon Sep 17 00:00:00 2001 From: Michael Hartung <michi@Michaels-MacBook-Pro.local> Date: Thu, 30 Sep 2021 11:00:08 +0200 Subject: [PATCH] type in expression tooltip --- src/app/components/info-tile/info-tile.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/info-tile/info-tile.component.html b/src/app/components/info-tile/info-tile.component.html index 32a529b5..f1427081 100644 --- a/src/app/components/info-tile/info-tile.component.html +++ b/src/app/components/info-tile/info-tile.component.html @@ -92,7 +92,7 @@ <span class="is-capitalized"> {{ wrapper.expression }}</span> <span class="icon has-text-info" - pTooltip="Tissue expression data is provided by the GTEx project. Unit is expression per million." + pTooltip="Tissue expression data is provided by the GTEx project. Unit is transcript per million." [tooltipStyleClass]="'drgstn drgstn-tooltip'" tooltipPosition="top" ><i class="fas fa-info-circle"></i -- GitLab