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',