Format bg.svelte

This commit is contained in:
2025-06-11 21:17:43 -07:00
parent 6df7d0565b
commit 7fe92c971b

View File

@ -306,8 +306,7 @@
let particleCount: number;
if (isMobile) {
particleCount = 25;
}
else {
} else {
particleCount = 40;
}