Move app toasts to top center

This commit is contained in:
Arunavo Ray
2026-02-24 10:29:02 +05:30
parent 6829bcff91
commit 5eb160861d

View File

@@ -159,7 +159,7 @@ function AppWithProviders({ page: initialPage }: AppProps) {
{currentPage === "activity-log" && <ActivityLog />} {currentPage === "activity-log" && <ActivityLog />}
</section> </section>
</div> </div>
<Toaster position="top-right" /> <Toaster position="top-center" />
</main> </main>
</NavigationContext.Provider> </NavigationContext.Provider>
); );