Skip to content

Commit

Permalink
docs: update Hire us links to directly lead to contact form (#2935)
Browse files Browse the repository at this point in the history
This PR changes the Hire us links in the documentation and README to
directly lead to the opened project contact form. Previously it led to
the whole Contact page.
  • Loading branch information
kacperkapusciak authored Jun 11, 2024
1 parent c50ccd1 commit f322a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ This project has been build and is maintained thanks to the support from [Shopif

## Gesture Handler is created by Software Mansion

Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact#contact-form).
Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=gesture-handler&utm_medium=readme).
2 changes: 1 addition & 1 deletion docs/src/components/HireUsSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const HireUsSection = () => {
<HomepageButton
backgroundStyling={styles.buttonNavyStyling}
borderStyling={styles.buttonNavyBorderStyling}
href="https://swmansion.com/contact#contact-form"
href="https://swmansion.com/contact/projects?utm_source=gesture-handler&utm_medium=docs"
title="Hire us"
/>
</div>
Expand Down

0 comments on commit f322a87

Please sign in to comment.