From 160fe8825349e0cfa150a3465d87d02af6e1ac33 Mon Sep 17 00:00:00 2001 From: lorentz Date: Thu, 16 Jul 2026 21:01:08 -0400 Subject: [PATCH] feat(23-04): add admin index tile for Phishing Automation - Adds a Phishing Automation tile to the Tools & Data section of /admin - Links to /admin/phishing-automation, imports Bot icon from lucide-react --- app/admin/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/admin/page.tsx b/app/admin/page.tsx index f7435b0..811b065 100644 --- a/app/admin/page.tsx +++ b/app/admin/page.tsx @@ -28,6 +28,7 @@ import { ShieldCheck, Settings as SettingsIcon, Shield, + Bot, DollarSign, CalendarClock, Building2, @@ -244,6 +245,12 @@ export default function AdminIndexPage() { icon: Building2, description: 'Control which companies appear in dashboard KPIs and ticket analytics', }, + { + title: 'Phishing Automation', + href: '/admin/phishing-automation', + icon: Bot, + description: 'Per-company opt-in gate for automatic phishing parse / classify / acknowledge-note stages', + }, { title: 'RMM Overshell', href: '/admin/rmm-overshell',