#1062: fix: issue #1056 -make 'Blogs' option visible in the navigation bar in portrait display
Issue #1062 by Uknowme-h
fix: issue #1056 -make 'Blogs' option visible in the navigation bar in portrait display
Pull Request Details
Description
fixed the issue #1056 , Made a minor change on the MobNav.jsx file
Fixes
fix: issue #1056 : make 'Blogs' option visible in the navigation bar in portrait display
Type of PR
- [+ ] Bug fix
- [ ] Feature enhancement
- [ ] Documentation update
- [ ] Refactoring
- [ ] Other (specify): ___
Summary
Added Blog title and path in the navLinks on this (client/src/components/globals/MobNav.jsx)
Screenshots (if applicable)
!image
Additional Notes
[Include any additional information or context that might be helpful for reviewers.]
Checklist
- [+ ] I have read and followed the Pull Requests and Issues guidelines.
- [+ ] The code has been properly linted and formatted using
- Style - Improved formatting of the JSX structure for better readability while preserving existing functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
npm run lint:fix
and npm run format:fix
.
- [ +] I have tested the changes thoroughly before submitting this pull request.
- [ +] I have provided relevant issue numbers, snapshots, and videos after making the changes.
- [ +] I have not borrowed code without disclosing it, if applicable.
- [ +] This pull request is not a Work In Progress (WIP), and only completed and tested changes are included.
- [+ ] I have tested these changes locally.
- [+ ] My code follows the project's style guidelines.
- [ ] I have updated the documentation accordingly.
- [+ ] This PR has a corresponding issue in the issue tracker.
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- New Features
- Introduced a new "Blogs" navigation item, providing direct access to blog content.
- Style - Improved formatting of the JSX structure for better readability while preserving existing functionality. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 Replies