mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 10:43:35 +00:00
Add visually hidden <h1> to views that lack an overarching heading
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
<span>{{'back' | i18n}}</span>
|
||||
</button>
|
||||
</div>
|
||||
<h1 class="sr-only">{{'myVault' | i18n}}</h1>
|
||||
<div class="search">
|
||||
<input type="{{searchTypeSearch ? 'search' : 'text'}}"
|
||||
placeholder="{{searchPlaceholder || ('searchVault' | i18n)}}" id="search" [(ngModel)]="searchText"
|
||||
|
||||
Reference in New Issue
Block a user