mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
paynym support added
This commit is contained in:
@@ -267,8 +267,10 @@
|
|||||||
@if($payNymQrCode)
|
@if($payNymQrCode)
|
||||||
<div class="flex flex-col sm:flex-row justify-center space-x-4 border-t border-white py-4 mt-4">
|
<div class="flex flex-col sm:flex-row justify-center space-x-4 border-t border-white py-4 mt-4">
|
||||||
<h1 class="text-2xl text-gray-200">PayNym</h1>
|
<h1 class="text-2xl text-gray-200">PayNym</h1>
|
||||||
|
<div class="p-12 bg-white">
|
||||||
<img src="{{ 'data:image/png;base64, '. $payNymQrCode }}" alt="qrcode">
|
<img src="{{ 'data:image/png;base64, '. $payNymQrCode }}" alt="qrcode">
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div wire:ignore>
|
<div wire:ignore>
|
||||||
|
|||||||
Reference in New Issue
Block a user