From 1481b9e39c7a9b6f39d5660abe2239863825c14f Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 18 Jun 2026 17:32:11 +0000 Subject: [PATCH] Use blank KPI background with overlaid titles for middle-row cards The baked-in labels on the Resource Distribution and Infrastructure Map background art were getting covered by the dim/shadow overlay, so switch both cards to the blank KPI background and render the title as our own text element on top instead. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01BbJV5nm8KPVH1oNJYKpnoF --- src/pages/Infrastructure.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/pages/Infrastructure.tsx b/src/pages/Infrastructure.tsx index 7a376f1..8e5119a 100644 --- a/src/pages/Infrastructure.tsx +++ b/src/pages/Infrastructure.tsx @@ -203,19 +203,23 @@ export default function Infrastructure() {
{/* Resource Distribution */} -
+
-
- +
+

Resource Distribution

+
+ +
{/* Infrastructure Map — expanded */} -
+
+

Infrastructure Map

{regions.map((r) => (