mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +00:00
use router links instead of back
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<header>
|
||||
<div class="left">
|
||||
<button appBlurClick type="button" (click)="close()">
|
||||
<a routerLink="/tabs/settings">
|
||||
<span class="header-icon"><i class="fa fa-chevron-left"></i></span>
|
||||
<span>{{'back' | i18n}}</span>
|
||||
</button>
|
||||
</a>
|
||||
</div>
|
||||
<div class="center">
|
||||
<span class="title">{{'sync' | i18n}}</span>
|
||||
|
||||
Reference in New Issue
Block a user