mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
Removing dead code
This commit is contained in:
parent
72ec4c0d7b
commit
a705e44c09
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<ng-template [ngIf]="subdomain">
|
||||
<div class="subdomain_container">
|
||||
<img [src]="'/api/v1/enterprise/images/' + subdomain + '/logo'" class="subdomain_logo" (load)="onloadfn($event)">
|
||||
<img [src]="'/api/v1/enterprise/images/' + subdomain + '/logo'" class="subdomain_logo">
|
||||
</div>
|
||||
</ng-template>
|
||||
<a class="navbar-brand" [routerLink]="['/' | relativeUrl]" style="position: relative;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue