From 8ca3e3a90371f4ab97f3a423811dbc883b9418f1 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 21:33:07 +0000 Subject: [PATCH] Rename bookshop hero label and clamp description on mobile. Show "Bookshop" instead of "Author bookshop", and ellipsis-truncate the tagline and bio to a single line on small screens. --- resources/views/public/qr/landing.blade.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/views/public/qr/landing.blade.php b/resources/views/public/qr/landing.blade.php index 99076be..655345d 100644 --- a/resources/views/public/qr/landing.blade.php +++ b/resources/views/public/qr/landing.blade.php @@ -1221,9 +1221,11 @@
@endif
-

Author bookshop

+

Bookshop

{{ $aName }}

- @if($aTagline)

{{ $aTagline }}

@endif + @if($aTagline) +

{{ $aTagline }}

+ @endif
@@ -1239,7 +1241,7 @@
@if(!empty($content['bio'])) -

{{ $content['bio'] }}

+

{{ $content['bio'] }}

@endif
@if(!empty($content['website']))