adjust bg loading on album detail page

This commit is contained in:
jeffvli
2026-04-03 20:11:10 -07:00
parent ec9e4b1339
commit d4e9b9b7a6
2 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -341,5 +341,5 @@ export const AppRouter = () => {
</HashRouter>
);
return <Suspense fallback={<></>}>{router}</Suspense>;
return <Suspense fallback={<Spinner container />}>{router}</Suspense>;
};