feat: make band logo optional on break screen
This commit is contained in:
@@ -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=""
|
||||
|
||||
Reference in New Issue
Block a user