chore: build frontend
Frontend Web - Build & Lint / build (push) Has been cancelled

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