mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-21 11:30:11 +00:00
Get rid of logo flicker and improve LCP
This commit is contained in:
@@ -58,7 +58,7 @@ function Router() {
|
||||
<SiteMenu />
|
||||
</div>
|
||||
<SiteContainer>
|
||||
<Suspense fallback={<LoadingPage noLogo />}>
|
||||
<Suspense fallback={<LoadingPage />}>
|
||||
<Routes>
|
||||
<Route path="*" element={<ErrorNotFound />} />
|
||||
<Route path="/certificates" element={<Certificates />} />
|
||||
|
||||
Reference in New Issue
Block a user