diff --git a/src/components/ReadingMap.astro b/src/components/ReadingMap.astro index 4ea1710..613284b 100644 --- a/src/components/ReadingMap.astro +++ b/src/components/ReadingMap.astro @@ -40,6 +40,17 @@ const {
{caption &&
{caption}
} + + {/* Counts are filled in from the payload at mount, not hardcoded — they move every time a + book is indexed. The `quoted` row stays hidden until markQuoted() actually finds a node, + so the legend never names a mark that is not on screen. */} +