From 0dfa77752a25422f07a4942aeb9626a17cfd6725 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 16 Jul 2026 21:45:02 +0000 Subject: [PATCH] Clamp bookshop tagline only; restore full author bio. The one-line ellipsis applies to the page subtitle (tagline), not the author bio in the card. --- resources/views/public/qr/landing.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/public/qr/landing.blade.php b/resources/views/public/qr/landing.blade.php index de07f85..5b7d731 100644 --- a/resources/views/public/qr/landing.blade.php +++ b/resources/views/public/qr/landing.blade.php @@ -1224,7 +1224,7 @@ @@ -1232,7 +1232,7 @@
{{-- Mobile: title + sub sit above the author card --}}
-

{{ $aName }}

+

{{ $aName }}

@if($aTagline)

{{ $aTagline }}

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

{{ $content['bio'] }}

+

{{ $content['bio'] }}

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