feat: update profile view to show pubkey only to non-association members

This commit is contained in:
fsociety
2024-09-30 16:33:53 +02:00
parent e604c94541
commit d3652138c8

View File

@@ -475,7 +475,7 @@ $loadEvents = function () {
wire:poll="listenForPayment">
<a href="lightning:{{ $invoice }}">
<img
class="p-12 bg-white"
class="p-4 sm:p-12 bg-white"
src="{{ 'data:image/png;base64, '. $qrCode }}"
alt="qrcode">
</a>