Skip to content

Commit

Permalink
Merge pull request #23 from syeikhanritzmy/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yusufginanjar committed Sep 29, 2022
2 parents bfe5917 + 964cd68 commit 21c5848
Show file tree
Hide file tree
Showing 6 changed files with 198 additions and 218 deletions.
4 changes: 3 additions & 1 deletion components/Card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ export default function Cards() {
build on the card title and make up
</span>
</Card.Text>
<Button variant="primary">See more</Button>
<Link href="/game/rps">
<Button variant="primary">See more</Button>
</Link>
</Card.Body>
</Card>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
Expand Down
122 changes: 0 additions & 122 deletions pages/Games.js

This file was deleted.

Loading

0 comments on commit 21c5848

Please sign in to comment.