Skip to content

Commit 2c63f65

Browse files
andrewseguinmmalerba
authored andcommitted
chore(screenshot): remove use of deprecated mat-tooltip (#8785)
1 parent 2b1f84e commit 2c63f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/screenshot-test/src/app/viewer/viewer.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<a mat-icon-button *ngIf="githubStatus" [ngClass]="githubClass">
3737
<mat-icon>{{githubIcon}}</mat-icon>
3838
</a>
39-
<a mat-tooltip="Refresh Github Status" (click)="refreshGithubStatus()" mat-icon-button>
39+
<a matTooltip="Refresh Github Status" (click)="refreshGithubStatus()" mat-icon-button>
4040
<mat-icon>refresh</mat-icon>
4141
</a>
4242
<br>

0 commit comments

Comments
 (0)