Remove ".space" from mempool logo, fixes #55

This commit is contained in:
wiz 2020-03-13 21:44:28 +09:00
parent e7e050a792
commit ec0f3056ac
2 changed files with 2 additions and 2 deletions

View File

@ -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>

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB