mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +00:00
fix: align upgrade badge with header text in Event Logs (#14213)
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
@let usePlaceHolderEvents = !organization?.useEvents && (isBreadcrumbEventLogsEnabled$ | async);
|
||||
<app-header>
|
||||
<span bitBadge variant="primary" slot="title-suffix" *ngIf="usePlaceHolderEvents">
|
||||
<span
|
||||
bitBadge
|
||||
variant="primary"
|
||||
slot="title-suffix"
|
||||
class="tw-ml-2 tw-mt-1.5 tw-inline-flex tw-items-center"
|
||||
*ngIf="usePlaceHolderEvents"
|
||||
>
|
||||
{{ "upgrade" | i18n }}
|
||||
</span>
|
||||
</app-header>
|
||||
|
||||
Reference in New Issue
Block a user