mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
TTS
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
<div
|
||||
class="mt-10 flex flex-col items-center justify-center gap-x-6 bg-white pb-12">
|
||||
@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.
|
||||
Fülle zuerst das Textfeld mit deiner Nachricht aus
|
||||
und bezahle erst danach mit Lightning.
|
||||
</div>
|
||||
<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"/>
|
||||
</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') }}
|
||||
</div>
|
||||
<div class="flex justify-center" wire:key="qrcode">
|
||||
|
||||
Reference in New Issue
Block a user