-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Jobs board #2314
Add Jobs board #2314
Conversation
WalkthroughThe update involves modifying the footer of the landing page in the Synapse Interface project to replace the 'Build on Synapse' text and link with 'Careers', directing users to a specific jobs page. This shift highlights a new focus on recruitment and career opportunities at Synapse Labs. Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review Status
Actionable comments generated: 0
Configuration used: .coderabbit.yaml
Files selected for processing (2)
- packages/synapse-interface/components/layouts/LandingPageWrapper/PageFooter.tsx (2 hunks)
- packages/synapse-interface/constants/urls/index.tsx (1 hunks)
Additional comments: 3
packages/synapse-interface/components/layouts/LandingPageWrapper/PageFooter.tsx (2)
- 19-19: The import of
JOBS_URL
is correctly added. Ensure that any other references to the old 'Build on Synapse' link are updated or removed as necessary.- 69-71: The update to replace 'Build on Synapse' with 'Careers' and link to
JOBS_URL
is correctly implemented. Consider addingaria-label
attributes to links for improved accessibility, especially since this is a public-facing change.packages/synapse-interface/constants/urls/index.tsx (1)
- 35-35: The addition of
JOBS_URL
is correctly implemented. Please verify that the URL'https://jobs.ashbyhq.com/Synapse%20Labs'
is accurate and points to the intended job listings page.
Adding the job board as a link the footer
Summary by CodeRabbit
4920f1c898bfecac77ee34cfd95c08ce4e01166e: synapse-interface preview link