Skip to content

Conversation

@isamsul
Copy link

@isamsul isamsul commented Dec 14, 2025

Fix: Correct Link component closing tag in App.jsx

WHY are these changes introduced?

Fixes incorrect JSX syntax where a <Link> component was being closed with an HTML </a> tag instead of the proper </Link> tag. This was causing potential rendering issues and violates React component syntax rules.

WHAT is this pull request doing?

  • Changed the closing tag from </a> to </Link> for the home navigation link in the NavMenu component
  • Ensures proper JSX syntax consistency throughout the navigation structure
  • Maintains React Router's Link component integrity

@isamsul
Copy link
Author

isamsul commented Dec 14, 2025

I have signed the CLA!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant