From 17302d21f14a24ecda9aacba9245d915ad5368cf Mon Sep 17 00:00:00 2001 From: Nik L Date: Mon, 9 Mar 2026 17:22:56 -0400 Subject: [PATCH] fix: icon --- components/problem.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/problem.tsx b/components/problem.tsx index 7b507e0..b6999f5 100644 --- a/components/problem.tsx +++ b/components/problem.tsx @@ -1,4 +1,4 @@ -import { AlertTriangle, ShieldOff } from 'lucide-react' +import { ShieldCheck, ShieldOff } from 'lucide-react' export function Problem() { return ( @@ -7,7 +7,7 @@ export function Problem() { {/* Section 1: Stochastic risk */}

- Your agent runs as you. + You don't want your agent to run as you.

Agents inherit your full permissions and decide what to access at runtime. Here's what that looks like... @@ -70,7 +70,7 @@ export function Problem() { {/* With Greywall */}

- + With Greywall