Skip to content

Commit

Permalink
fixed content pre loader
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamfast committed Aug 9, 2020
1 parent ba20bad commit ee8a5cf
Show file tree
Hide file tree
Showing 7 changed files with 984 additions and 16 deletions.
2 changes: 1 addition & 1 deletion app/Http/Livewire/GamePopular.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public function loadPopularGames()
& ( first_release_date >= {$before}
& first_release_date < {$after});
sort popularity desc;
limit 10;
limit 12;
"
])->get($endpoint)->json();
});
Expand Down
Loading

0 comments on commit ee8a5cf

Please sign in to comment.