fix: update error boundary support link to help center - #262
Conversation
- Add help URL constant to links.ts - Update ErrorBoundary to link to Help Center instead of Discord - Refactor Footer to use links constants for Support and Careers Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 WalkthroughWalkthroughAdds a new Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 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)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@src/components/errors/ErrorBoundary.tsx`:
- Around line 11-12: Change the double-quoted JSX string literals to single
quotes and wrap the long <a> element line in ErrorBoundary.tsx so it stays under
100 characters; specifically update the JSX attributes on the <a
href={links.help} target="_blank" rel="noopener noreferrer" className="mt-5
text-sm"> element to use single quotes for href/target/rel/className and break
the tag/content across multiple lines (you can also break the inner <span
className="underline underline-offset-2"> text onto its own line) to keep each
line <100 chars while preserving the same content and props.
Summary
helpURL constant tolinks.tslinks.helpandlinks.jobsconstants instead of hardcoded URLsTest plan
🤖 Generated with Claude Code
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.