Add a Guides link to the top nav for users to learn more about using … - #60
Conversation
WalkthroughThe navigation menu in the TopNav component has been updated to include a new external link labeled "Guides," which directs users to an external blog page. This link appears in both the desktop and mobile navigation menus. In the desktop view, it is presented as a styled anchor tag that opens in a new tab with security attributes. In the mobile view, the link is similarly styled and includes an event handler to close the mobile menu upon selection. No other logic, state, or styling changes were made. Changes
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms (4)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Deploying maple with
|
| Latest commit: |
7c97c4c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e4ed4e1e.maple-ca8.pages.dev |
| Branch Preview URL: | https://guides.maple-ca8.pages.dev |
There was a problem hiding this comment.
PR Summary
Added a 'Guides' link to the top navigation bar, directing users to the blog's guides section for learning about Maple functionality.
- Added
href="https://blog.trymaple.ai/tag/guides/"withtarget="_blank"andrel="noopener noreferrer"for secure external linking - Implemented consistent styling with
text-[#E2E2E2]/70 hover:text-[#E2E2E2]to match existing nav items - Added Guides link to both desktop and mobile navigation with identical functionality
- Ensured mobile menu closes properly when Guides link is clicked via
onClickhandler
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
…Maple
Summary by CodeRabbit