Skip to content

Commit

Permalink
🔟
Browse files Browse the repository at this point in the history
  • Loading branch information
bonny committed May 9, 2024
1 parent 13fdaa2 commit 62f4c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/View/Components/EventsBox.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function render(): View|Closure|string {
$title = 'Senaste händelserna';
$containerId = 'senaste';
$moreEventsLink = route('handelser');
$events = Helper::getLatestEventsByParsedDate(5);
$events = Helper::getLatestEventsByParsedDate(10);
} elseif ($eventsType === 'trending') {
$title = 'Mest lästa händelserna';
$containerId = 'mest-last';
Expand Down

0 comments on commit 62f4c2b

Please sign in to comment.