Files
Control-Center/frontend-legacy/src/app/components/quick-jump-button/quick-jump-button.component.html

8 lines
174 B
HTML
Raw Normal View History

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