Skip to content

Commit 960d4bf

Browse files
committed
Revert change which should have no effect on theory
1 parent 8c3c964 commit 960d4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/Router.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function Router() {
5858
<SiteMenu />
5959
</div>
6060
<SiteContainer>
61-
<Suspense fallback={<LoadingPage />}>
61+
<Suspense fallback={<LoadingPage noLogo />}>
6262
<Routes>
6363
<Route path="*" element={<ErrorNotFound />} />
6464
<Route path="/certificates" element={<Certificates />} />

0 commit comments

Comments
 (0)