fix: add rel to block viewer new-tab link#802
Conversation
|
@sabraman is attempting to deploy a commit to the React Wheel Picker OSS Program Team on Vercel. A member of the Team first needs to authorize it. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughAdded the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment |
Summary
This PR adds the missing
relattribute to the block viewer link that opens a preview in a new tab.The link already used
target="_blank", but it did not includerel="noopener noreferrer". This aligns it with the safer pattern already used elsewhere in the codebase.Changes
rel="noopener noreferrer"to the new-tab link inBlockViewerToolbarVerification
pnpm check-typesSummary by CodeRabbit