mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Lower amount of media per catogory
This commit is contained in:
parent
44bc337f72
commit
034e357d7c
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ export function Discover() {
|
||||||
onMouseLeave={handleMouseLeave}
|
onMouseLeave={handleMouseLeave}
|
||||||
onWheel={(e) => handleWheel(e, categorySlug)}
|
onWheel={(e) => handleWheel(e, categorySlug)}
|
||||||
>
|
>
|
||||||
{medias.slice(0, 25).map((media) => (
|
{medias.slice(0, 20).map((media) => (
|
||||||
<a
|
<a
|
||||||
key={media.id}
|
key={media.id}
|
||||||
onClick={() =>
|
onClick={() =>
|
||||||
|
|
Loading…
Reference in a new issue