Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue #330: Wrong Redirection in Home Page for Number Guessing game #761

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

Soumyodeep-Das
Copy link
Contributor

There was a mistake in the anchor tag for the Number Guessing element in the Home page of the project, that's why when any user clicks the button to get to the game, it is redirecting them to a not found page.

The wrong redirected page URL was: https://master-web-development.netlify.app/projects/Number%20guessinguessing/index.html .
But the correct URL should be : https://master-web-development.netlify.app/projects/Number%20guessing/index.html.

So, I fixed the issue by changing the href in the anchor tag of the index.html or the home page of the project, And now it works fine, as it should be.

Thank you for giving me this opportunity to contribute to your repository. Also kindly assign the gssoc-ext and hacktoberfest labels with the PR.

I'm also attaching the screen recording of the project with the bug and also after fixing the bug.

With the bug:
Screencast from 07-10-24 09:52:50 PM IST.webm

After the fix:
Screencast from 07-10-24 09:53:52 PM IST.webm

Copy link

netlify bot commented Oct 7, 2024

Deploy Preview for master-web-development ready!

Name Link
🔨 Latest commit 34242ae
🔍 Latest deploy log https://app.netlify.com/sites/master-web-development/deploys/67040b88a30cae0008efbdc7
😎 Deploy Preview https://deploy-preview-761--master-web-development.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@iamrahulmahato
Copy link
Owner

fix #330

@iamrahulmahato iamrahulmahato added hacktoberfest pr for hacktoberfest hacktoberfest-accepted accept pr for hacktoberfest level1 gssoc-ext pr for GSSoC labels Oct 9, 2024
@iamrahulmahato iamrahulmahato merged commit 8b5d8ea into iamrahulmahato:main Oct 9, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc-ext pr for GSSoC hacktoberfest pr for hacktoberfest hacktoberfest-accepted accept pr for hacktoberfest level1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants