From 8015fe47735ac0fd95a078c28e0e5207030e3f41 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 18 May 2024 17:57:20 +0300 Subject: [PATCH] Small improvements --- README.md | 2 -- app/page.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index b2ff715..76645d6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ # Pindie - -Simple Next.js project diff --git a/app/page.js b/app/page.js index 2724bcc..8765842 100644 --- a/app/page.js +++ b/app/page.js @@ -20,7 +20,6 @@ export default function Home() { data={popularGames} id="popular" title="Популярные" - type="slider" /> ) : ( @@ -30,7 +29,6 @@ export default function Home() { data={newGames} id="new" title="Новинки" - type="slider" /> ) : (