From f73835ff89f56f16da2b93ac2fdb70b7958ea29b Mon Sep 17 00:00:00 2001 From: JLEROY Date: Thu, 24 Apr 2025 17:39:45 +0200 Subject: [PATCH] FIX UI --- src/app/public/pages/home/home.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/public/pages/home/home.component.ts b/src/app/public/pages/home/home.component.ts index daf7511..045cde5 100644 --- a/src/app/public/pages/home/home.component.ts +++ b/src/app/public/pages/home/home.component.ts @@ -16,7 +16,7 @@ export class HomeComponent implements OnInit, AfterViewInit, OnDestroy { @ViewChild('particleContainer') particleContainer!: ElementRef; private particles: Particle[] = []; - private particleCount = 100; + private particleCount = 20; private animationFrameId: number | null = null; constructor(private seoService: SeoService, private ngZone: NgZone) { }