Fixes for Liquid

This commit is contained in:
softsimon
2023-05-11 17:14:16 -05:00
parent b81dd99825
commit f5d311ca44
4 changed files with 19 additions and 9 deletions

View File

@@ -64,7 +64,7 @@
<app-testnet-alert *ngIf="network.val === 'testnet' || network.val === 'signet'"></app-testnet-alert>
<main style="margin-top: 24px;">
<main>
<router-outlet></router-outlet>
</main>