The
tag inside the navigation logo has:
<img src="#" alt="" />
src="#" is broken (no actual image path).
alt="" is empty, which breaks accessibility (screen readers can’t describe the image).
Impact:
Logo image doesn’t render properly.
Screen readers cannot identify the logo.
Affects accessibility and branding.
Proposed Solution / Execution Plan:
Update the src attribute with the correct logo path (e.g., assets/logo.png).
Add a meaningful alt text (e.g., "NotesVault Logo").
Logo should display properly in the navbar.
Screen readers should announce "NotesVault Logo".
Improves branding and accessibility compliance.
I am a GSSOC contributor so can you please assign this issue to me