Decrease media per catogrory

This commit is contained in:
sussy-code 2024-04-30 18:23:06 +00:00
parent 6d748d9717
commit df9de0759e
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ export function Discover() {
onWheel={(e) => handleWheel(e, categorySlug)}
>
{/* Ik its an odd number and i dont give a shit */}
{medias.slice(0, 26).map((media) => (
{medias.slice(0, 23).map((media) => (
<a
key={media.id}
onClick={() =>