diff --git a/app/Http/Livewire/Hello.php b/app/Http/Livewire/Hello.php index 93e4f47f..f2c9ac0c 100644 --- a/app/Http/Livewire/Hello.php +++ b/app/Http/Livewire/Hello.php @@ -51,7 +51,7 @@ class Hello extends Component $this->paymentHash = $invoice['payment_hash']; $this->qrCode = base64_encode(QrCode::format('png') ->size(300) - ->merge('/public/img/einundzwanzig.png', .3) + ->merge('/public/img/markus_turm.png', .3) ->errorCorrection('H') ->generate($invoice['payment_request'])); $this->invoice = $invoice['payment_request']; diff --git a/public/img/makurs_turm.png b/public/img/makurs_turm.png new file mode 100644 index 00000000..9ffb3ca5 Binary files /dev/null and b/public/img/makurs_turm.png differ