From 35ee8612b6882e99ff61aa8fdc314db54108befa Mon Sep 17 00:00:00 2001 From: Lee Rosen Date: Tue, 17 Feb 2026 21:04:09 -0500 Subject: [PATCH] more --- web/src/App.tsx | 2 +- web/src/index.css | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/web/src/App.tsx b/web/src/App.tsx index d26f304..105339b 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -564,7 +564,7 @@ function FeatureRow({ feature, index }: { feature: Feature; index: number }) { // biome-ignore lint/a11y/noStaticElementInteractions: hover-only visual effect, not interactive