From 7fe92c971b008f24e5d45f5750e561b8f3f3293f Mon Sep 17 00:00:00 2001 From: Zakarya Date: Wed, 11 Jun 2025 21:17:43 -0700 Subject: [PATCH] Format bg.svelte --- src/component/bg.svelte | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/component/bg.svelte b/src/component/bg.svelte index a850cf7..50effaa 100644 --- a/src/component/bg.svelte +++ b/src/component/bg.svelte @@ -306,8 +306,7 @@ let particleCount: number; if (isMobile) { particleCount = 25; - } - else { + } else { particleCount = 40; }