1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-22 16:29:09 +01:00

[AC-2140] Swap Admin Console icon (#8973)

* swap admin console icon to `bwi-user-monitor`

* use max-width to force wrapping of product switcher text

* remove duplicate style
This commit is contained in:
Nick Krantz 2024-05-02 08:45:55 -05:00 committed by GitHub
parent ee2f96d3c4
commit d8bdad9f22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 4 deletions

View File

@ -21,9 +21,10 @@
ariaCurrentWhenActive="page" ariaCurrentWhenActive="page"
> >
<i class="bwi {{ product.icon }} tw-text-4xl !tw-m-0 !tw-mb-1"></i> <i class="bwi {{ product.icon }} tw-text-4xl !tw-m-0 !tw-mb-1"></i>
<span class="tw-text-center tw-text-sm tw-leading-snug group-hover:tw-underline">{{ <span
product.name class="tw-max-w-24 tw-text-center tw-text-sm tw-leading-snug group-hover:tw-underline"
}}</span> >{{ product.name }}</span
>
</a> </a>
</section> </section>

View File

@ -97,7 +97,7 @@ export class ProductSwitcherContentComponent {
}, },
ac: { ac: {
name: "Admin Console", name: "Admin Console",
icon: "bwi-business", icon: "bwi-user-monitor",
appRoute: ["/organizations", acOrg?.id], appRoute: ["/organizations", acOrg?.id],
marketingRoute: "https://bitwarden.com/products/business/", marketingRoute: "https://bitwarden.com/products/business/",
isActive: this.router.url.includes("/organizations/"), isActive: this.router.url.includes("/organizations/"),