You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The quick links in the footer section of the website are not functioning as expected. When users click on any of the quick links (Home, About, Services, Contact), there is no response or navigation to the respective sections/pages.
Steps to Reproduce:
Scroll to the footer section of the website.
Attempt to click on any of the quick links under "Quick Links" (Home, About, Services, Contact).
Observe that nothing happens and the links do not navigate to the respective pages.
Expected Behavior:
Clicking on each quick link should redirect users to the appropriate sections/pages of the website.
Actual Behavior:
No action is taken when any of the quick links are clicked. Users are unable to navigate to different sections/pages using the footer.
Screenshots: Attach a screenshot of the footer section showing the quick links.
Possible Fix:
Investigate the anchor tags or JavaScript used for the links in the footer section. The issue might be related to incorrect href attributes or missing click event listeners.
Record
I agree to follow this project's Code of Conduct
I'm a GSSOC'24 contributor
I want to work on this issue
The text was updated successfully, but these errors were encountered:
Thank you for creating this issue! 🎉 Your issue will soon be reviewed by either the PA or a mentor. Please note that Level 1 is temporary and can be changed during the review. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Is there an existing issue for this?
What happened?
Description
The quick links in the footer section of the website are not functioning as expected. When users click on any of the quick links (Home, About, Services, Contact), there is no response or navigation to the respective sections/pages.
Steps to Reproduce:
Expected Behavior:
Clicking on each quick link should redirect users to the appropriate sections/pages of the website.
Actual Behavior:
No action is taken when any of the quick links are clicked. Users are unable to navigate to different sections/pages using the footer.
Screenshots:
Attach a screenshot of the footer section showing the quick links.
Possible Fix:
Investigate the anchor tags or JavaScript used for the links in the footer section. The issue might be related to incorrect href attributes or missing click event listeners.
Record
The text was updated successfully, but these errors were encountered: