Tweak wallet page
This commit is contained in:
@@ -126,17 +126,13 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div class="card2 bg-alt flex flex-col shadow-md gap-6">
|
||||||
class="card2 bg-alt flex flex-col shadow-md"
|
<strong>Lightning Address</strong>
|
||||||
class:gap-6={profileLightningAddress && walletLud16 && profile?.lud16 !== walletLud16}>
|
<div class="flex justify-between items-center gap-2">
|
||||||
<div class="flex items-center justify-between">
|
<span class={profileLightningAddress ? "" : "text-warning"}>
|
||||||
<strong>Lightning Address</strong>
|
{profileLightningAddress ? profileLightningAddress : "Not set"}
|
||||||
<div class="flex items-center gap-2">
|
</span>
|
||||||
<span class={profileLightningAddress ? "" : "text-warning"}>
|
<Button class="btn btn-neutral btn-xs ml-3" onclick={updateReceivingAddress}>Update</Button>
|
||||||
{profileLightningAddress ? profileLightningAddress : "Not set"}
|
|
||||||
</span>
|
|
||||||
<Button class="btn btn-neutral btn-xs ml-3" onclick={updateReceivingAddress}>Update</Button>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{#if profileLightningAddress && walletLud16 && profile?.lud16 !== walletLud16}
|
{#if profileLightningAddress && walletLud16 && profile?.lud16 !== walletLud16}
|
||||||
<div class="card2 bg-alt flex items-center gap-2 text-xs">
|
<div class="card2 bg-alt flex items-center gap-2 text-xs">
|
||||||
|
|||||||
Reference in New Issue
Block a user