This commit is contained in:
HolgerHatGarKeineNode
2023-04-25 23:38:16 +02:00
parent e55b0026b4
commit aa4979942b

View File

@@ -2,13 +2,15 @@
<div <div
class="mt-10 flex flex-col items-center justify-center gap-x-6 bg-white pb-12"> class="mt-10 flex flex-col items-center justify-center gap-x-6 bg-white pb-12">
@if(!$invoicePaid) @if(!$invoicePaid)
<div class="text-xl font-semibold text-gray-900 py-6"> <div class="text-xl font-semibold text-gray-900 py-6 px-2">
Deine Nachricht wird live vorgelesen. Deine Nachricht wird live vorgelesen.
Fülle zuerst das Textfeld mit deiner Nachricht aus
und bezahle erst danach mit Lightning.
</div> </div>
<div class="text-xl font-semibold text-gray-900 py-6 w-full px-12"> <div class="text-xl font-semibold text-gray-900 py-6 w-full px-12">
<x-textarea wire:model="message" label="Deine Nachricht hier" corner-hint="max. 255 Zeichen"/> <x-textarea wire:model="message" label="Deine Nachricht hier" corner-hint="max. 255 Zeichen"/>
</div> </div>
<div class="text-xl font-semibold text-gray-900 py-6"> <div class="text-xl font-semibold text-gray-900 py-6 px-2">
{{ __('Click QR-Code to open your wallet') }} {{ __('Click QR-Code to open your wallet') }}
</div> </div>
<div class="flex justify-center" wire:key="qrcode"> <div class="flex justify-center" wire:key="qrcode">