Browse Source

Fix Umbrel version alignment (#211)

bitcoin-core-rpc
Mayank Chhabra 4 years ago
committed by GitHub
parent
commit
a9181e97e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/views/Settings.vue

2
src/views/Settings.vue

@ -280,7 +280,7 @@
</b-modal>
</div>
</div>
<div class="px-4 pb-4">
<div class="px-3 px-lg-4 pb-4">
<div class="w-100 d-flex justify-content-between mb-1">
<span class="align-self-end">Umbrel Version</span>
<span class="font-weight-normal mb-0">{{ version }}</span>

Loading…
Cancel
Save