Skip to content

Commit

Permalink
feat(card cluster tooltip): tooltip update
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdotkeened1 committed May 22, 2023
1 parent ce624f0 commit ffebcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/modules/card-cluster/card-cluster.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
{{ !card.name ? ' ' : card.name }}
</div>
<div *ngIf="card.tooltipModel" class="ds-text noPoint" [ngClass]="card.className" id="{{ card.id }}-name">
<hqr-tooltip [tooltipModel]="card.tooltipModel"></hqr-tooltip>
<app-tooltip [tooltipModel]="card.tooltipModel"></app-tooltip>
</div>
</div>
</div>
Expand Down

0 comments on commit ffebcf6

Please sign in to comment.