Skip to content

Commit

Permalink
change icon indicator name #963 (#964) (#977)
Browse files Browse the repository at this point in the history
* git push origin change icon indicator name

* change the corect indicator component to information

---------

Co-authored-by: Sameh Fazli <[email protected]>
  • Loading branch information
iurynogueira and sfazli96 authored Dec 8, 2023
1 parent cf1b13f commit 8467bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ion/src/lib/indicator/indicator.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1 data-testid="ion-indicator-title">{{ title }}</h1>
<ion-icon
data-testid="ion-indicator-tooltip"
*ngIf="tooltipText"
type="exclamation-rounded"
type="information"
size="16"
ionTooltip
ionTooltipPosition="bottomLeft"
Expand Down

0 comments on commit 8467bcd

Please sign in to comment.