chore: build frontend
Frontend Web - Build & Lint / build (push) Failing after 13m58s

This commit is contained in:
2026-06-20 20:30:06 +02:00
parent 2c8979c34f
commit 202bab0e03
+1 -1
View File
@@ -55,7 +55,7 @@ export function ThemeProvider({ children }: { children: ReactNode }) {
try {
const settings = await getPublicSettings();
applyClientColors(settings);
} catch (_) { /* ignore */ }
} catch { /* ignore */ }
};
fetchColors();
const onVisibility = () => {