align default globe vault icon (#12786)

This commit is contained in:
Jordan Aasen 2025-01-13 12:36:56 -08:00 committed by GitHub
parent d471fe0418
commit 8a0ebd98af
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
loading="lazy"
/>
<i
class="tw-text-muted bwi bwi-lg {{ data.icon }}"
class="tw-w-6 tw-text-muted bwi bwi-lg {{ data.icon }}"
*ngIf="!data.imageEnabled || !data.image"
></i>
</ng-container>