Skip to content

Commit

Permalink
Small improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
devitq committed May 18, 2024
1 parent 9b8a6d5 commit 8015fe4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Pindie

Simple Next.js project
2 changes: 0 additions & 2 deletions app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export default function Home() {
data={popularGames}
id="popular"
title="Популярные"
type="slider"
/>
) : (
<Preloader />
Expand All @@ -30,7 +29,6 @@ export default function Home() {
data={newGames}
id="new"
title="Новинки"
type="slider"
/>
) : (
<Preloader />
Expand Down

0 comments on commit 8015fe4

Please sign in to comment.