From 0ca58484e2594f7f37b053a07173652926afeb0c Mon Sep 17 00:00:00 2001 From: Ihor_Zhekov Date: Thu, 26 Feb 2026 11:05:00 +0100 Subject: [PATCH] as --- WebApp/app.js | 2 +- WebApp/styles.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WebApp/app.js b/WebApp/app.js index 30b6bf4..21a7cdf 100644 --- a/WebApp/app.js +++ b/WebApp/app.js @@ -126,7 +126,7 @@ function applyHeader(cfg) { if (logo) { logo.src = cfg.logo_path || ''; logo.alt = `${cfg.event_name || 'Event'} Logo`; } setText('hdr-event-name', cfg.event_name); setText('hdr-event-dates', cfg.event_dates); - setText('hdr-presented-by', `Presented by ${cfg.sponsor_name || ''}`); + setText('hdr-presented-by', 'Presented by'); // #4: hook text setText('hdr-hook', cfg.header_hook || ''); const sLogo = document.getElementById('hdr-sponsor-logo'); diff --git a/WebApp/styles.css b/WebApp/styles.css index 52b4ae3..63924f7 100644 --- a/WebApp/styles.css +++ b/WebApp/styles.css @@ -89,7 +89,7 @@ button { cursor: pointer; font-family: inherit; border: none; background: none; font-size: 0.62rem; font-weight: 300; letter-spacing: 0.14em; color: #000; text-transform: uppercase; white-space: nowrap; } -.hdr-sponsor-logo { height: 30px; width: auto; object-fit: contain; opacity: 0.85; } +.hdr-sponsor-logo { height: 38px; width: auto; object-fit: contain; opacity: 0.85; } /* ══════════════ HERO SPLIT ══════════════ */ .hero {