From a453342de4576c5f445eda5bc77e555843c458c4 Mon Sep 17 00:00:00 2001 From: Samuel James <143277412+SamuelSJames@users.noreply.github.com> Date: Sat, 20 Jun 2026 07:02:38 -0400 Subject: [PATCH] Use archnest-network-traffic-bg for Connected Integrations card background (#10) Claude-Session: https://claude.ai/code/session_01BbJV5nm8KPVH1oNJYKpnoF Co-authored-by: Claude --- src/components/BottomRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BottomRow.tsx b/src/components/BottomRow.tsx index 59e5afe..54ce9ec 100644 --- a/src/components/BottomRow.tsx +++ b/src/components/BottomRow.tsx @@ -22,7 +22,7 @@ const cardBase: React.CSSProperties = { } const framedCardBase: React.CSSProperties = { - backgroundImage: 'url(/blank-kpi-bg.png)', + backgroundImage: 'url(/archnest-network-traffic-bg.png)', backgroundSize: '100% 100%', backgroundPosition: 'center', backgroundRepeat: 'no-repeat',