From 349a65c3edee6f693cad3b49bfee7af0398cb962 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 21:35:40 +0000 Subject: [PATCH] Remove Bookshop label from public bookshop landing hero. Keep only the author title and tagline on the cover. --- resources/views/public/qr/landing.blade.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/views/public/qr/landing.blade.php b/resources/views/public/qr/landing.blade.php index 655345d..69fbcd1 100644 --- a/resources/views/public/qr/landing.blade.php +++ b/resources/views/public/qr/landing.blade.php @@ -1221,8 +1221,7 @@
@endif
-

Bookshop

-

{{ $aName }}

+

{{ $aName }}

@if($aTagline)

{{ $aTagline }}

@endif