diff --git a/web/src/App.tsx b/web/src/App.tsx index dd144bb..fb48183 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -554,7 +554,7 @@ export default function App() { [adminFilteredSounds, adminSelection, soundKey]); const allVisibleSelected = adminFilteredSounds.length > 0 && selectedVisibleCount === adminFilteredSounds.length; - const analyticsTop = analytics.mostPlayed.slice(0, 3); + const analyticsTop = analytics.mostPlayed.slice(0, 10); const totalSoundsDisplay = analytics.totalSounds || total; const clockMain = clock.slice(0, 5);