mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
6 lines
218 B
HTML
6 lines
218 B
HTML
<ng-container>
|
|
<button type="button" (click)="expand()" appA11yTitle="{{ 'popOutNewWindow' | i18n }}">
|
|
<i class="fa fa-external-link fa-rotate-270 fa-lg fa-fw" aria-hidden="true"></i>
|
|
</button>
|
|
</ng-container>
|