Skip to content

Commit

Permalink
Merge pull request #761 from Soumyodeep-Das/main
Browse files Browse the repository at this point in the history
Fixed issue #330: Wrong Redirection in Home Page for Number Guessing game
  • Loading branch information
iamrahulmahato authored Oct 9, 2024
2 parents d98ee5d + 34242ae commit 8b5d8ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion community/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h3 class="card-heading">Tic Tac Toe</h3>
</p>
</div>
</a>
<a href="./projects/Number%20Guessing/index.html" class="card">
<a href="./projects/Number guessing/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/number_guessing.jpg" alt="number guessing">
</div>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ <h3 class="card-heading">Tic Tac Toe</h3>
</div>
</a>

<a href="./projects/Number%20guessinguessing/index.html" class="card" target="_blank">
<a href="./projects/Number guessing/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/numbers.png" alt="number guessing">
</div>
Expand Down

0 comments on commit 8b5d8ea

Please sign in to comment.