From 758e794880436d137515e1c3e976bb87c8d3682d Mon Sep 17 00:00:00 2001 From: Kyle Pope Date: Tue, 24 Feb 2026 03:39:55 +0800 Subject: [PATCH] Open snooze dropdown downward in AlertBanner Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/dashboard/AlertBanner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/dashboard/AlertBanner.tsx b/frontend/src/components/dashboard/AlertBanner.tsx index 40365bc..8172b04 100644 --- a/frontend/src/components/dashboard/AlertBanner.tsx +++ b/frontend/src/components/dashboard/AlertBanner.tsx @@ -34,7 +34,7 @@ export default function AlertBanner({ alerts, onDismiss, onSnooze }: AlertBanner {alert.remind_at ? getRelativeTime(alert.remind_at) : ''} - onSnooze(alert.id, m)} label={alert.title} /> + onSnooze(alert.id, m)} label={alert.title} direction="down" />