Add surfaces to the empty-state and agents CTAs

This commit is contained in:
Jonathan Singer
2026-07-20 15:05:46 -04:00
parent 2351bf9323
commit 8264eee2f5
3 changed files with 6 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="dark" />
<title>Strix Results</title>
<script type="module" crossorigin src="./assets/index-ApSY-bBm.js"></script>
<script type="module" crossorigin src="./assets/index-DMIqFbyp.js"></script>
<link rel="stylesheet" crossorigin href="./assets/index-Cldwq1Im.css">
</head>
<body>
+3
View File
@@ -520,6 +520,7 @@ function FindingsList({
label="Attack surface monitoring"
desc="Continuous coverage for your whole org."
slug="asm"
surface="empty_state"
icon={Radar}
/>
</div>
@@ -738,12 +739,14 @@ function AgentsTab({ run }: { run: LoadedRun }) {
label="Steer agents from the web"
desc="Guide the agents live while they scan."
slug="live_scan_prompt"
surface="agents"
icon={Radio}
/>
<ProInlineCta
label="Re-run in Strix Cloud with more depth"
desc="Run this scan on managed infra with more depth."
slug="live_scan"
surface="agents"
icon={Rocket}
/>
</div>