We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9807e25 commit afd6134Copy full SHA for afd6134
frontend/index.html
@@ -5,6 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1" />
6
<title>Nginx Proxy Manager</title>
7
<meta name="description" content="In The Office Planner" />
8
+ <link rel="preload" href="/images/logo-no-text.svg" as="image" type="image/svg+xml" fetchPriority="high">
9
<link
10
rel="apple-touch-icon"
11
sizes="180x180"
frontend/src/Router.tsx
@@ -58,7 +58,7 @@ function Router() {
58
<SiteMenu />
59
</div>
60
<SiteContainer>
61
- <Suspense fallback={<LoadingPage noLogo />}>
+ <Suspense fallback={<LoadingPage />}>
62
<Routes>
63
<Route path="*" element={<ErrorNotFound />} />
64
<Route path="/certificates" element={<Certificates />} />
0 commit comments