bottom chart and responsive changes

This commit is contained in:
itsAzaria
2026-02-20 20:55:58 +00:00
parent ee3b46e468
commit a0c65ca3d7
6 changed files with 278 additions and 192 deletions
@@ -61,6 +61,8 @@ class HomepageController
'top_movers' => $topMovers,
'top_static' => $aggregate['top_static'] ?? collect(),
'top_animated' => $aggregate['top_animated'] ?? collect(),
'bottom_static' => $aggregate['bottom_static'] ?? collect(),
'bottom_animated' => $aggregate['bottom_animated'] ?? collect(),
'top_unicode' => $aggregate['top_unicode'] ?? collect(),
];
}