chore: remove AFX hiring ad from homepage - #129
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe homepage removes the ChangesHomepage recruitment advertisement
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install failed: private package registry requires authentication. Disable ESLint in CodeRabbit settings or use public packages. 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
There was a problem hiding this comment.
Pull request overview
Removes the now-expired AFX Experience Technology Department hiring banner from the homepage while documenting the intentional disablement in-place.
Changes:
- Removed the
AdHirecomponent import and render from the homepage (src/pages/index.tsx). - Added an inline JSX comment noting that the AFX recruiting ad has been taken offline.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
What changed
Why
The AFX Experience Technology Department hiring campaign has ended, so the homepage recruitment banner should no longer be displayed.
Impact
Homepage visitors will no longer see the AFX recruitment banner. Other pages are unaffected.
Validation
git diff --checkpassed.Summary by CodeRabbit