fix: icon

This commit is contained in:
Nik L
2026-03-09 17:22:56 -04:00
parent d92b3fd0cc
commit 17302d21f1

View File

@@ -1,4 +1,4 @@
import { AlertTriangle, ShieldOff } from 'lucide-react' import { ShieldCheck, ShieldOff } from 'lucide-react'
export function Problem() { export function Problem() {
return ( return (
@@ -7,7 +7,7 @@ export function Problem() {
{/* Section 1: Stochastic risk */} {/* Section 1: Stochastic risk */}
<div className="mb-12 sm:mb-16"> <div className="mb-12 sm:mb-16">
<h2 className="font-serif text-2xl sm:text-3xl md:text-4xl font-semibold tracking-tight mb-3 max-w-3xl"> <h2 className="font-serif text-2xl sm:text-3xl md:text-4xl font-semibold tracking-tight mb-3 max-w-3xl">
Your agent runs as <em className="italic text-red-400/90">you</em>. You don&apos;t want your agent to run as <em className="italic text-red-400/90">you</em>.
</h2> </h2>
<p className="text-muted-foreground font-serif text-sm sm:text-base leading-relaxed max-w-full mt-4 mb-10"> <p className="text-muted-foreground font-serif text-sm sm:text-base leading-relaxed max-w-full mt-4 mb-10">
Agents inherit your full permissions and decide what to access at runtime. Here&apos;s what that looks like... Agents inherit your full permissions and decide what to access at runtime. Here&apos;s what that looks like...
@@ -70,7 +70,7 @@ export function Problem() {
{/* With Greywall */} {/* With Greywall */}
<div className="flex flex-col"> <div className="flex flex-col">
<div className="flex items-center gap-2 mb-3"> <div className="flex items-center gap-2 mb-3">
<AlertTriangle className="h-4 w-4 text-primary" /> <ShieldCheck className="h-4 w-4 text-primary" />
<span className="text-xs font-sans uppercase tracking-wider text-primary font-medium"> <span className="text-xs font-sans uppercase tracking-wider text-primary font-medium">
With Greywall With Greywall
</span> </span>