mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
use router links instead of back
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<form (ngSubmit)="submit()">
|
||||
<header>
|
||||
<div class="left">
|
||||
<button type="button" appBlurClick (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">{{'exportVault' | i18n}}</span>
|
||||
|
||||
Reference in New Issue
Block a user