feat: make band logo optional on break screen

This commit is contained in:
2026-07-16 18:26:24 +02:00
parent ded84b814d
commit 6475517190
6 changed files with 18 additions and 1 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ export function Break() {
<div className="text-6xl font-medium tracking-wide text-white/80">
{slide?.heading}
</div>
{logoUrl && (
{(slide?.logoVisible ?? true) && logoUrl && (
<img
src={logoUrl}
alt=""