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