Updating lightning node name.

Fixing dashboard button alignment.
This commit is contained in:
softsimon 2020-10-27 19:27:48 +07:00
parent 6494d6daf8
commit 29ff029b07
No known key found for this signature in database
GPG key ID: 488D7DCFB5A430D7
2 changed files with 3 additions and 5 deletions

View file

@ -141,9 +141,9 @@
</div>
<div class="input-group input-group-sm mb-3 mt-3 info-group mx-auto">
<input type="text" class="form-control" readonly value="02837c62c092fbde1fed68774700ef0c0eeec6a370d64d64fd43a0d43798192687@103.99.170.180:9735">
<input type="text" class="form-control" readonly value="0334ac407769a00334afac4231a6e4c0faa31328b67b42c0c59e722e083ed5e6cf@103.99.170.180:9735">
<div class="input-group-append">
<button class="btn btn-outline-secondary" type="button"><app-clipboard [text]="'02837c62c092fbde1fed68774700ef0c0eeec6a370d64d64fd43a0d43798192687@103.99.170.180:9735'"></app-clipboard></button>
<button class="btn btn-outline-secondary" type="button"><app-clipboard [text]="'0334ac407769a00334afac4231a6e4c0faa31328b67b42c0c59e722e083ed5e6cf@103.99.170.180:9735'"></app-clipboard></button>
</div>
</div>

View file

@ -133,9 +133,7 @@
</div>
</button>
<br>
<div class="text-small text-center">
<div class="text-small text-center mt-3">
<a [routerLink]="['/terms-of-service']">Terms of Service</a>
</div>