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:
parent
a453342de4
commit
20ebd3891b
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue