-
Notifications
You must be signed in to change notification settings - Fork 276
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
[ MISSING ] : anchor tags in USEFUL links section in FOOTER #1188
Comments
🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible ! |
@mansiruhil13 please assign me this task under gssoc24 extd and hacktoberfest 2024 |
@mansiruhil13 kindly add the gssoc extd tag and which file has to be corrected, all? |
Hi! Could you please assign this bug to me? I’d like to work on fixing it. |
✅ This issue has been closed. Thank you for your contribution! If you have any further questions or issues, feel free to raise them, and we can discuss more! |
Issue: Missing Anchor Tags in Footer Links
Description:
The "Useful Links" section in the footer currently uses
<p>
tags instead of<a>
tags, causing the links to be non-clickable. Update the footer code to use<a>
tags for each link under "Useful Links" to make them functional.Expected Behavior:
Links should use
<a>
tags to enable click functionality and navigate to the relevant pages.Suggested Fix:
Replace
<p>
tags with<a>
tags in the footer's "Useful Links" section.The text was updated successfully, but these errors were encountered: