1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-17 14:06:49 +02:00

two subscription header issue fix (#9332)

This commit is contained in:
vinith-kovan 2024-05-24 13:51:59 +05:30 committed by GitHub
parent 36c6dc27e5
commit 74bc24b39a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,21 +1,3 @@
<div
[ngClass]="{
'page-header': selfHosted,
'tabbed-header': !selfHosted
}"
>
<h1>
{{ title }}
<small *ngIf="firstLoaded && loading">
<i
class="bwi bwi-spinner bwi-spin text-muted"
title="{{ 'loading' | i18n }}"
aria-hidden="true"
></i>
<span class="sr-only">{{ "loading" | i18n }}</span>
</small>
</h1>
</div>
<ng-container *ngIf="!firstLoaded && loading">
<i
class="bwi bwi-spinner bwi-spin text-muted"