Skip to content

Commit

Permalink
Merge branch 'develop-deploy' of https://github.com/Arquisoft/wiq_es04a
Browse files Browse the repository at this point in the history
… into develop-deploy
  • Loading branch information
uo288543 committed Apr 8, 2024
2 parents 6bf718a + 7977935 commit 128cc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/pages/Homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Homepage = () => {
const [info, setInfo] = React.useState(null);

// Link to each game page
const [gameLink, setGameLink] = React.useState("");
const [gameLink, setGameLink] = React.useState("/game");

//Update the game information
React.useEffect(() => {
Expand Down

0 comments on commit 128cc38

Please sign in to comment.