JollyJolli / HacktoberWall

HacktoberWall is a simple web app where contributors can add their name to a virtual wall by submitting a JSON file. The goal is to offer an easy way for people to participate in Hacktoberfest. Contributors can add their name or help improve the page's design and functionality, creating a growing display of Hacktoberfest participants.
https://hacktoberwall.formen.cc/
Other
34 stars 137 forks source link

Fixed Buttons not working issue #198 #216

Closed Shivakarthikeya23 closed 2 weeks ago

Shivakarthikeya23 commented 2 weeks ago

Issue: The header in multiple HTML files (e.g., form.html and tos.html) contained buttons with nested tags, causing inconsistent behavior. Specifically, some links (like "Contact" and "About Us") were not working reliably across browsers. This issue arises because nesting interactive elements such as anchor tag inside button element can lead to unexpected behavior, making navigation links unresponsive. https://github.com/JollyJolli/HacktoberWall/issues/198

Fix Summary: Replaced nested anchor tags inside button elements with standalone anchor tags where appropriate. This approach ensures proper functionality, improves accessibility, and avoids conflicts between HTML elements. The header is now working correctly, with all links and buttons functioning as expected.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

Name Status Preview Comments Updated (UTC)
hacktoberwall βœ… Ready (Inspect) Visit Preview πŸ’¬ Add feedback Oct 29, 2024 7:30pm
JollyJolli commented 2 weeks ago

Thanks for contributing! This is very helpful 🫢🏻