#1068: Added Blogs link to mobile navigation for portrait mode
Issue #1068 by isonikrish
Added Blogs link to mobile navigation for portrait mode
Here's a detailed pull request template based on the issue with the missing "Blogs" link in the mobile navigation: #1056
---
Pull Request Details
Description
This pull request addresses the issue where the "Blogs" link was missing from the mobile navigation bar. The link has now been added to the list of navigation links so that users can easily access the blog section from mobile devices.
Fixes
Fixes the missing "Blogs" link in the mobile navigation bar.
Type of PR
- [x] Bug fix
Summary
- Added a new link for "Blogs" in the
navLinks
array in the mobile navigation (MobNav
) component.
- Ensured the link is consistent with the style and behavior of the other navigation links.
Additional Notes
No other significant changes were made apart from adding the missing link.
Checklist
- [x] I have read and followed the Pull Requests and Issues guidelines.
- [x] The code has been properly linted and formatted using npm run lint:fix
and npm run format:fix
.
- [x] I have tested the changes thoroughly before submitting this pull request.
- [x] I have provided relevant issue numbers, snapshots, and videos after making the changes.
- [x] I have not borrowed code without disclosing it, if applicable.
- [x] This pull request is not a Work In Progress (WIP), and only completed and tested changes are included.
- [x] I have tested these changes locally.
- [x] My code follows the project's style guidelines.
- [x] I have updated the documentation accordingly.
- [ ] This PR has a corresponding issue in the issue tracker.
---
This template addresses the missing "Blogs" link issue. Let me know if you need to make any more changes!
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
Summary by CodeRabbit
- New Features
- Introduced a "Blogs" section in the mobile navigation, providing direct access to external blog content.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->0 Replies