Last night

This commit is contained in:
Andras Schmelczer 2026-02-08 10:21:37 +00:00
parent 2906b01734
commit 42ee2d4c51
47 changed files with 848 additions and 478 deletions

View file

@ -41,8 +41,8 @@ export default function MapLegend({
<div className="flex justify-between mt-1 text-warm-600 dark:text-warm-200">
{mode === 'density' ? (
<>
<span>Few</span>
<span>Many</span>
<span>{formatValue(range[0])}</span>
<span>{formatValue(range[1])}</span>
</>
) : enumValues && enumValues.length > 0 ? (
<>