fix: correct hero badge URL reading from id.contact.site

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
LIABEUF, Stephane (External) 2026-05-17 21:12:53 +02:00
parent 387cd61ec2
commit 1e0f77d88b

View file

@ -2498,7 +2498,7 @@
const id = d.identity; const id = d.identity;
// ── HERO ── // ── HERO ──
const heroId = `${esc(id.entreprise)} // ${esc(id.titre)} // ${esc(id.site || '')}`; const heroId = `${esc(id.entreprise)} // ${esc(id.titre)} // ${esc((id.contact && id.contact.site) || '')}`;
const heroHTML = ` const heroHTML = `
<header class="hero"> <header class="hero">
<div class="hero-bg"></div> <div class="hero-bg"></div>