From 39437cd1b97c869deedc5af724b2fe33d3fc420a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Mon, 27 Jul 2026 07:19:08 -0600 Subject: [PATCH] feat[frontend](overview): added playbooks card soar flow interactivity --- frontend/src/features/home/pages/HomePage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/features/home/pages/HomePage.tsx b/frontend/src/features/home/pages/HomePage.tsx index ee225bc3e..af9524201 100644 --- a/frontend/src/features/home/pages/HomePage.tsx +++ b/frontend/src/features/home/pages/HomePage.tsx @@ -66,6 +66,7 @@ export function HomePage() { loading={playbooks.isLoading} sublabel={t('home.kpis.activePlaybooksSub')} accent="text-violet-500" + href="/soar/flows" />