mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +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);
|
@let usePlaceHolderEvents = !organization?.useEvents && (isBreadcrumbEventLogsEnabled$ | async);
|
||||||
<app-header>
|
<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 }}
|
{{ "upgrade" | i18n }}
|
||||||
</span>
|
</span>
|
||||||
</app-header>
|
</app-header>
|
||||||
|
|||||||
Reference in New Issue
Block a user