From b3547364d42cc19f089f7b762364c8340b26cad7 Mon Sep 17 00:00:00 2001 From: rouggy Date: Thu, 27 Aug 2026 09:01:31 +0200 Subject: [PATCH] style(matrix): move the worked-with-this-call dot in from the corner --- frontend/src/components/BandSlotGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/BandSlotGrid.tsx b/frontend/src/components/BandSlotGrid.tsx index a93b7e1..0820888 100644 --- a/frontend/src/components/BandSlotGrid.tsx +++ b/frontend/src/components/BandSlotGrid.tsx @@ -100,7 +100,7 @@ const LEGEND: { swatch: string; ring?: boolean; mark?: boolean; label: string }[ // five cell colours instead of needing a colour per case. function CallMark() { return ( - + ); }