mirror of
https://github.com/mempool/mempool.git
synced 2026-08-13 12:33:11 +02:00
Merge pull request #6616 from mempool/nymkappa/default-logo
[enterprise] show default logo if unset by admin
This commit is contained in:
commit
7322cbb2c7
2 changed files with 2 additions and 2 deletions
|
|
@ -22,7 +22,7 @@
|
|||
<ng-container *ngIf="{ val: connectionState$ | async } as connectionState">
|
||||
@if (enterpriseInfo) {
|
||||
<div class="subdomain_container">
|
||||
<img [src]="enterpriseInfo.logoUrl" [alt]="enterpriseInfo.title" class="subdomain_logo" [class.custom_logo]="!enterpriseInfo?.dualLogo" [class.rounded]="enterpriseInfo.rounded_corner">
|
||||
<img [src]="enterpriseInfo.logoUrl" [alt]="enterpriseInfo.title" class="subdomain_logo" [class.custom_logo]="!enterpriseInfo?.dualLogo" [class.rounded]="enterpriseInfo.rounded_corner" (error)="$any($event.target).onerror = null; $any($event.target).src = '/resources/enterprise-big.png'">
|
||||
</div>
|
||||
@if (enterpriseInfo.dualLogo) {
|
||||
<div class="vertical-line"></div>
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<ng-container *ngIf="{ val: connectionState$ | async } as connectionState">
|
||||
@if (enterpriseInfo) {
|
||||
<div class="subdomain_container">
|
||||
<img [src]="enterpriseInfo.logoUrl" [alt]="enterpriseInfo.title" class="subdomain_logo mobile_logo" [class.custom_logo]="!enterpriseInfo?.dualLogo" [class.rounded]="enterpriseInfo.rounded_corner">
|
||||
<img [src]="enterpriseInfo.logoUrl" [alt]="enterpriseInfo.title" class="subdomain_logo mobile_logo" [class.custom_logo]="!enterpriseInfo?.dualLogo" [class.rounded]="enterpriseInfo.rounded_corner" (error)="$any($event.target).onerror = null; $any($event.target).src = '/resources/enterprise-big.png'">
|
||||
</div>
|
||||
@if (enterpriseInfo.dualLogo) {
|
||||
<div class="vertical-line"></div>
|
||||
|
|
|
|||
BIN
frontend/src/resources/enterprise-big.png
Normal file
BIN
frontend/src/resources/enterprise-big.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 207 KiB |
Loading…
Add table
Add a link
Reference in a new issue