mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-05 16:06:51 +00:00
Revert change which should have no effect on theory
This commit is contained in:
@@ -58,7 +58,7 @@ function Router() {
|
||||
<SiteMenu />
|
||||
</div>
|
||||
<SiteContainer>
|
||||
<Suspense fallback={<LoadingPage />}>
|
||||
<Suspense fallback={<LoadingPage noLogo />}>
|
||||
<Routes>
|
||||
<Route path="*" element={<ErrorNotFound />} />
|
||||
<Route path="/certificates" element={<Certificates />} />
|
||||
|
||||
Reference in New Issue
Block a user