Remove Bookshop label from public bookshop landing hero.
Deploy Ladill QR Plus / deploy (push) Successful in 1m42s
Deploy Ladill QR Plus / deploy (push) Successful in 1m42s
Keep only the author title and tagline on the cover.
This commit is contained in:
@@ -1221,8 +1221,7 @@
|
|||||||
<div class="absolute inset-0" style="background: linear-gradient(145deg, {{ $aColor }}, {{ $aColor }}99);"></div>
|
<div class="absolute inset-0" style="background: linear-gradient(145deg, {{ $aColor }}, {{ $aColor }}99);"></div>
|
||||||
@endif
|
@endif
|
||||||
<div class="absolute inset-x-0 bottom-0 px-5 pb-5 text-white">
|
<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="text-2xl font-bold">{{ $aName }}</h1>
|
||||||
<h1 class="mt-1 text-2xl font-bold">{{ $aName }}</h1>
|
|
||||||
@if($aTagline)
|
@if($aTagline)
|
||||||
<p class="mt-1 truncate text-sm text-white/90 sm:whitespace-normal sm:overflow-visible">{{ $aTagline }}</p>
|
<p class="mt-1 truncate text-sm text-white/90 sm:whitespace-normal sm:overflow-visible">{{ $aTagline }}</p>
|
||||||
@endif
|
@endif
|
||||||
|
|||||||
Reference in New Issue
Block a user