Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
patrycjakalinska committed May 10, 2024
1 parent 2323f95 commit f91d276
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ This project has been built and is maintained thanks to the support from [Shopif

## Reanimated is created by Software Mansion

[Software Mansion](https://swmansion.com) is a software agency with over 11 years of 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#contact-form).
2 changes: 1 addition & 1 deletion docs/src/components/HireUsSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const HireUsSection = () => {
return (
<div className={styles.hireUsSectionWrapper}>
<div className={styles.hireUsTitleContainer}>
<h2>We are Software Mansion</h2>
<h2>We are Software Mansion.</h2>
</div>
<p className={styles.hireUsSectionBody}>
React Native Core Contributors and experts in dealing with all kinds of
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/HireUsSection/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
align-items: center;
gap: 2.5rem;
width: 60%;
margin: 9.5rem auto;
margin: 16rem auto 12rem auto;
padding-bottom: 2rem;
}
@media (max-width: 1440px) {
Expand Down

0 comments on commit f91d276

Please sign in to comment.