We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1f84e commit 2c63f65Copy full SHA for 2c63f65
tools/screenshot-test/src/app/viewer/viewer.component.html
@@ -36,7 +36,7 @@
36
<a mat-icon-button *ngIf="githubStatus" [ngClass]="githubClass">
37
<mat-icon>{{githubIcon}}</mat-icon>
38
</a>
39
- <a mat-tooltip="Refresh Github Status" (click)="refreshGithubStatus()" mat-icon-button>
+ <a matTooltip="Refresh Github Status" (click)="refreshGithubStatus()" mat-icon-button>
40
<mat-icon>refresh</mat-icon>
41
42
<br>
0 commit comments