Skip to content

Commit

Permalink
Removed not ready for production code
Browse files Browse the repository at this point in the history
  • Loading branch information
devitq committed May 23, 2024
1 parent 0b35d44 commit dd2c917
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/games/[id]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,6 @@ export default function GamePage(props) {
</span>
</p>
</div>
<div className={Styles["about__author"]}>
<p>
Теги:{" "}
<span className={Styles["about__accent"]}>
{game.categories.map((category) => category.name).join(", ")}
</span>
</p>
</div>
</div>
<div className={Styles["about__vote"]}>
<p className={Styles["about__vote-amount"]}>
Expand Down

1 comment on commit dd2c917

@vercel
Copy link

@vercel vercel bot commented on dd2c917 May 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pindie – ./

pindie.vercel.app
pindie-itqdev.vercel.app
pindie-git-main-itqdev.vercel.app

Please sign in to comment.