mirror of
https://github.com/the-programmers-hangout/Hermes.git
synced 2026-09-06 16:06:20 +02:00
bottom chart and responsive changes
This commit is contained in:
@@ -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(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user