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 403090f commit a34eb91Copy full SHA for a34eb91
src/app/app.component.html
@@ -88,7 +88,7 @@
88
<button mat-icon-button (click)="toggleCli()"
89
*ngIf="currentInstance"
90
[disabled]="!currentInstance"
91
- matTooltip="{{currentInstance?'Toggle':''}}">
+ matTooltip="{{currentInstance?'Toggle Panel':''}}">
92
<i class="material-icons">{{(cli$ | async)?.expanded ? 'keyboard_arrow_down':'keyboard_arrow_up'}}</i>
93
</button>
94
0 commit comments