Remove ".space" from mempool logo, fixes #55
This commit is contained in:
parent
e7e050a792
commit
ec0f3056ac
@ -1,7 +1,7 @@
|
||||
<header>
|
||||
<nav class="navbar navbar-expand-md navbar-dark bg-dark">
|
||||
<a class="navbar-brand" routerLink="/" style="position: relative;">
|
||||
<img src="./assets/mempool-space-logo.png" width="180" class="logo" [ngStyle]="{'opacity': connectionState === 2 ? 1 : 0.5 }">
|
||||
<img src="./assets/mempool-logo.png" width="180" class="logo" [ngStyle]="{'opacity': connectionState === 2 ? 1 : 0.5 }">
|
||||
<div class="badge badge-warning connection-badge" *ngIf="connectionState === 0">Offline</div>
|
||||
<div class="badge badge-warning connection-badge" style="left: 60px;" *ngIf="connectionState === 1">Reconnecting...</div>
|
||||
</a>
|
||||
@ -36,4 +36,4 @@
|
||||
|
||||
<br><br><br>
|
||||
|
||||
<app-footer></app-footer>
|
||||
<app-footer></app-footer>
|
||||
|
BIN
frontend/src/assets/mempool-logo.png
Normal file
BIN
frontend/src/assets/mempool-logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
x
Reference in New Issue
Block a user