mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-03-14 06:23:01 +03:00
Move app toasts to top center
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user