polish(h2): titre 'Niveau par département' aussi dynamique
Some checks are pending
Deploy info-canicule / deploy (push) Waiting to run

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Florian 2026-05-26 02:24:36 +02:00
parent 0b418bd031
commit ecac3fbf8a

View file

@ -124,7 +124,9 @@ const dayLabel = (() => {
<> <>
<section class="container-tight pb-2"> <section class="container-tight pb-2">
<div class="mb-2 flex flex-wrap items-center justify-between gap-3"> <div class="mb-2 flex flex-wrap items-center justify-between gap-3">
<h2 class="text-xl font-semibold text-slate-900">Niveau par département (aujourd'hui)</h2> <h2 class="text-xl font-semibold text-slate-900 capitalize">
Niveau par département{dayLabel ? ` — ${dayLabel}` : ''}
</h2>
<VigilanceLegend /> <VigilanceLegend />
</div> </div>
<p class="text-sm text-slate-500"> <p class="text-sm text-slate-500">