Files
Control-Center/frontend/src/app/components/quick-jump-button/quick-jump-button.component.html
2026-04-26 13:21:08 +00:00

8 lines
174 B
HTML

<button
mat-icon-button
class="quick-jump-button"
[attr.aria-label]="'Jump to agent session'"
(click)="onJumpClick()"
>
<mat-icon>arrow_forward</mat-icon>
</button>