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)
|
||||
<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>
|
||||
<div class="p-12 bg-white">
|
||||
<img src="{{ 'data:image/png;base64, '. $payNymQrCode }}" alt="qrcode">
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div wire:ignore>
|
||||
|
||||
Reference in New Issue
Block a user