polish(h2): titre 'Niveau par département' aussi dynamique
Some checks are pending
Deploy info-canicule / deploy (push) Waiting to run
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:
parent
0b418bd031
commit
ecac3fbf8a
1 changed files with 3 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue