paynym support added

This commit is contained in:
HolgerHatGarKeineNode
2023-03-17 11:57:18 +01:00
parent 6979c554bc
commit 8d33c140d6

View File

@@ -267,7 +267,9 @@
@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>
<img src="{{ 'data:image/png;base64, '. $payNymQrCode }}" alt="qrcode"> <div class="p-12 bg-white">
<img src="{{ 'data:image/png;base64, '. $payNymQrCode }}" alt="qrcode">
</div>
</div> </div>
@endif @endif