Remove Bookshop label from public bookshop landing hero.
Deploy Ladill QR Plus / deploy (push) Successful in 1m42s

Keep only the author title and tagline on the cover.
This commit is contained in:
isaacclad
2026-07-16 21:35:40 +00:00
parent 8ca3e3a903
commit 349a65c3ed
+1 -2
View File
@@ -1221,8 +1221,7 @@
<div class="absolute inset-0" style="background: linear-gradient(145deg, {{ $aColor }}, {{ $aColor }}99);"></div>
@endif
<div class="absolute inset-x-0 bottom-0 px-5 pb-5 text-white">
<p class="text-xs font-semibold uppercase tracking-[0.2em] text-white/80">Bookshop</p>
<h1 class="mt-1 text-2xl font-bold">{{ $aName }}</h1>
<h1 class="text-2xl font-bold">{{ $aName }}</h1>
@if($aTagline)
<p class="mt-1 truncate text-sm text-white/90 sm:whitespace-normal sm:overflow-visible">{{ $aTagline }}</p>
@endif