Skip to content

Comments

Fix: resolve JSX tag mismatch in TopNav.tsx#71

Merged
Tanziha-Sheikh merged 1 commit intosouvikpramanikgit:mainfrom
abhishekkalme:fix/jsx-topnav-mismatch
Jul 24, 2025
Merged

Fix: resolve JSX tag mismatch in TopNav.tsx#71
Tanziha-Sheikh merged 1 commit intosouvikpramanikgit:mainfrom
abhishekkalme:fix/jsx-topnav-mismatch

Conversation

@abhishekkalme
Copy link
Contributor

📥 Pull Request

Description

This pull request resolves a JSX tag mismatch issue in the TopNav.tsx component.
A closing tag was either missing or incorrectly nested, which caused rendering issues or warnings during the build process.
This fix ensures proper JSX syntax and avoids potential UI layout issues in the navigation bar.

Fixes: #68

@vercel
Copy link

vercel bot commented Jul 24, 2025

@abhishekkalme is attempting to deploy a commit to the Souvik's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify
Copy link

netlify bot commented Jul 24, 2025

Deploy Preview for learnhub5 ready!

Name Link
🔨 Latest commit 1e14f72
🔍 Latest deploy log https://app.netlify.com/projects/learnhub5/deploys/688262d171fbfc00084a8633
😎 Deploy Preview https://deploy-preview-71--learnhub5.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@github-actions
Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible.). If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Tanziha-Sheikh Tanziha-Sheikh self-requested a review July 24, 2025 17:43
Copy link
Collaborator

@Tanziha-Sheikh Tanziha-Sheikh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have reviewed this PR and it's looks good to me.

CC:- @souvikpramanikgit

@Tanziha-Sheikh
Copy link
Collaborator

Hello @souvikpramanikgit

Everything looks good and merging this PR.

Thank You

@Tanziha-Sheikh Tanziha-Sheikh added bug Something isn't working level 1 gssoc25 labels Jul 24, 2025
@Tanziha-Sheikh Tanziha-Sheikh merged commit b4224b4 into souvikpramanikgit:main Jul 24, 2025
5 of 6 checks passed
@github-actions
Copy link

🎉🎉 Thank you for your contribution! Your PR #71 has been merged! 🎉🎉

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

Labels

bug Something isn't working gssoc25 level 1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: JSX tag mismatch causes Vite build to fail in TopNav.tsx

2 participants