feat: update test payment recipient name in web-l-n view

This commit is contained in:
fsociety
2024-09-10 21:52:03 +02:00
parent 3d76c3d021
commit 7276411f80

View File

@@ -1,12 +1,11 @@
<div x-data="webln(@this)" class="p-2 sm:p-4" wire:ignore> <div x-data="webln(@this)" class="p-2 sm:p-4" wire:ignore>
<div class="font-mono space-y-1 p-2 sm:p-4 text-white break-words"> <div class="font-mono space-y-1 p-2 sm:p-4 text-white break-words">
<div class="text-xs sm:text-base break-words">Test Payment from WebLN to The Ben</div> <div class="text-xs sm:text-base break-words">Test Payment from WebLN to "Bob"</div>
<div class="text-xs sm:text-base break-words">1 sat</div> <div class="text-xs sm:text-base break-words">1 sat</div>
<div class="text-xs sm:text-base break-words">hash: {{ $invoice['payment_hash'] }}</div> <div class="text-xs sm:text-base break-words">keysend to: 0363662a4ae8b8b7a73d9f4e459a9b25d4786f4ecc7315b5401934f3a2ef609750</div>
<div class="text-xs sm:text-base break-words">payment_request: {{ $invoice['payment_request'] }}</div>
<div class="mt-6"> <div class="mt-6">
<div class="flex justify-center"> <div class="flex justify-center">
<button x-on:click="keySendMethod" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Pay Invoice</button> <button x-on:click="keySendMethod" class="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">Pay</button>
</div> </div>
</div> </div>
</div> </div>