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 8c3c964 commit 960d4bfCopy full SHA for 960d4bf
frontend/src/Router.tsx
@@ -58,7 +58,7 @@ function Router() {
58
<SiteMenu />
59
</div>
60
<SiteContainer>
61
- <Suspense fallback={<LoadingPage />}>
+ <Suspense fallback={<LoadingPage noLogo />}>
62
<Routes>
63
<Route path="*" element={<ErrorNotFound />} />
64
<Route path="/certificates" element={<Certificates />} />
0 commit comments