From 5eb160861d80613a46fc99803cbe08e40df3179b Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Tue, 24 Feb 2026 10:29:02 +0530 Subject: [PATCH] Move app toasts to top center --- src/components/layout/MainLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/MainLayout.tsx b/src/components/layout/MainLayout.tsx index f503f78..0582547 100644 --- a/src/components/layout/MainLayout.tsx +++ b/src/components/layout/MainLayout.tsx @@ -159,7 +159,7 @@ function AppWithProviders({ page: initialPage }: AppProps) { {currentPage === "activity-log" && } - + );