Skip to content

Commit

Permalink
edit nwc dialog (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc authored May 27, 2024
1 parent 7b16aea commit d482295
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions src/components/NWCDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@
<div class="row justify-center">
<q-card-section class="q-pa-sm">
<div class="row justify-center">
<q-item-label overline class="q-mb-sm q-pt-md text-white">
Nostr Wallet Connect</q-item-label
<q-item-label
overline
class="q-mb-sm q-pt-md text-white"
style="font-size: 14px"
>
</div>
<div class="row justify-center q-pt-sm">
<q-item-label caption class="text-white" style="font-size: 14px"
>Control your wallet remotely.</q-item-label
Nostr Wallet Connect</q-item-label
>
</div>
<div class="row justify-center q-pt-md">
Expand All @@ -37,16 +36,13 @@
class="text-weight-light text-white"
style="font-size: 14px"
>
<q-icon
name="warning"
color="warning"
size="xs"
class="q-pb-md"
/>
<br />
Control your wallet remotely with NWC. Press the QR code to link
your wallet with a compatible app.
</q-item-label>
<q-item-label caption class="text-weight-bold text-white q-pt-md">
Warning: anyone with access to this connection string can
initiate payments from your wallet.</q-item-label
>
initiate payments from your wallet. Do not share!
</q-item-label>
</div>
</q-card-section>
</div>
Expand Down

0 comments on commit d482295

Please sign in to comment.