From c1def0e2c25b8390aa074648054ff3312fe510af Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Tue, 13 Jan 2026 10:36:27 +0800 Subject: [PATCH] fix: change GAMMA-RAY risk level from ZERO to LOW --- web/src/components/landing/core/AgentGrid.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/components/landing/core/AgentGrid.tsx b/web/src/components/landing/core/AgentGrid.tsx index ed180bc7..668be660 100644 --- a/web/src/components/landing/core/AgentGrid.tsx +++ b/web/src/components/landing/core/AgentGrid.tsx @@ -32,10 +32,10 @@ const agents = [ { name: "GAMMA-RAY", class: "ARBITRAGE", - desc: "Risk-free spatial price equalization.", + desc: "Low-risk spatial price equalization.", apy: "24%", winRate: "99%", - risk: "ZERO", + risk: "LOW", color: "text-purple-400", border: "border-purple-400/30", bg_glow: "shadow-[0_0_30px_rgba(192,132,252,0.1)]",