abhirajadhikary06 / abhirajadhikary06/openfeedback
Bug: Footer Social Media Links Are Not Functional
- Lingua principale
- HTML
- Stelle
- 8
- Fork
- 15
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
### Description
The social media icons (GitHub, Twitter, LinkedIn) in the footer section have empty `href` attributes.
Currently:
- Clicking on the icons does nothing.
- The links do not redirect to any external page.
This affects user experience and reduces the credibility of the application.
---
### Expected Behavior
- Each social media icon should redirect to the respective profile or official page.
- Links should open in a new tab using `target="_blank"`.
- Add `rel="noopener noreferrer"` for security best practices.
- Optionally include `aria-label` for accessibility.
---
### Suggested Fix
Update the anchor tags with valid URLs and improve link attributes for better UX and security.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.