mirror of
https://github.com/p-stream/p-stream.git
synced 2026-04-20 21:42:17 +00:00
Increase media per catogory
This commit is contained in:
parent
0150078df5
commit
bc766b35cb
1 changed files with 1 additions and 1 deletions
|
|
@ -269,7 +269,7 @@ export function Discover() {
|
|||
onMouseLeave={handleMouseLeave}
|
||||
onWheel={(e) => handleWheel(e, categorySlug)}
|
||||
>
|
||||
{medias.slice(0, 20).map((media) => (
|
||||
{medias.slice(0, 25).map((media) => (
|
||||
<a
|
||||
key={media.id}
|
||||
onClick={
|
||||
|
|
|
|||
Loading…
Reference in a new issue