bitwarden-estensione-browser/src/popup/components/pop-out.component.html

6 lines
236 B
HTML

<ng-container *ngIf="show">
<button type="button" (click)="expand()" appA11yTitle="{{ 'popOutNewWindow' | i18n }}">
<i class="bwi bwi-external-link bwi-rotate-270 bwi-lg bwi-fw" aria-hidden="true"></i>
</button>
</ng-container>