Skip to content

fix(partners): make "Become a partner" button redirect to partner form (#97)#101

Merged
priyankarpal merged 1 commit into
reactplay:mainfrom
kaif969:fix/97-become-partner-button-redirect
Oct 26, 2025
Merged

fix(partners): make "Become a partner" button redirect to partner form (#97)#101
priyankarpal merged 1 commit into
reactplay:mainfrom
kaif969:fix/97-become-partner-button-redirect

Conversation

@kaif969
Copy link
Copy Markdown
Contributor

@kaif969 kaif969 commented Oct 26, 2025

Summary

Restore the "Become a partner" call-to-action in the Community Partners section so it navigates to a partner application entry point. This PR wires the CTA to a new application route and adds a minimal accessible partner application page. Closes #97.

Changes

  • Updated Community Partners CTA to use router navigation and keyboard handlers (accessible aria-label).
  • Added a minimal partner application page form skeleton: org name, contact email, message.
  • Commit message used: fix(partners): make "Become a partner" button redirect to partner form ( [Bug report]: 'Become a partner' button not working or redirecting #97)

Testing

How I tested the changes locally:

  • Created branch: fix/97-become-partner-button-redirect
  • Started the dev server and navigated to the Community Partners section.
    • Clicking the "Become a partner" button navigates to an external site and shows the partner application page.
    • The CTA is keyboard-activatable (Enter) and has an appropriate aria-label.
  • Navigating to each supported language route:

Related Issue

Closes #97
#97

Notes

  • The partner application page is intentionally minimal — it provides a safe place to implement an external form in a follow-up PR.
  • If the project uses Next.js or a different routing solution, the navigation implementation should be adapted to the router.In that case, tests will need a small update.
  • Reviewers: please confirm preferred UX.
  • Branch name: fix/97-become-partner-button-redirect
  • This PR includes a placeholder submit handler (alert). Replace with real submission logic in a follow-up PR.

react-kolkata - Made with Clipchamp

@netlify
Copy link
Copy Markdown

netlify Bot commented Oct 26, 2025

Deploy Preview for reactkolkata ready!

Name Link
🔨 Latest commit e08f90e
🔍 Latest deploy log https://app.netlify.com/projects/reactkolkata/deploys/68fe36cbc37c710008fab25c
😎 Deploy Preview https://deploy-preview-101--reactkolkata.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Member

@priyankarpal priyankarpal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good 🎉

@priyankarpal priyankarpal merged commit dd39972 into reactplay:main Oct 26, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug report]: 'Become a partner' button not working or redirecting

2 participants