Use network-traffic background for Integration Health card (#11)

* Use archnest-network-traffic-bg for Connected Integrations card background

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BbJV5nm8KPVH1oNJYKpnoF

* Use archnest-network-traffic-bg for Integration Health card

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BbJV5nm8KPVH1oNJYKpnoF

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Samuel James 2026-06-20 07:15:32 -04:00 committed by GitHub
parent a453342de4
commit 20ebd3891b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -283,7 +283,7 @@ export default function Infrastructure() {
<div className="shrink-0"> <div className="shrink-0">
<div className="grid w-full grid-cols-2 gap-6"> <div className="grid w-full grid-cols-2 gap-6">
{/* Integration Health */} {/* Integration Health */}
<div style={{ ...framedCard('/blank-kpi-bg.png'), height: 'auto', padding: '20px' }} className="hover:!border-gold/15"> <div style={{ ...framedCard('/archnest-network-traffic-bg.png'), height: 'auto', padding: '20px' }} className="hover:!border-gold/15">
<div style={cardDim} /> <div style={cardDim} />
<div style={cardVignette} /> <div style={cardVignette} />
<div className="relative z-10 flex flex-col"> <div className="relative z-10 flex flex-col">