Skip to content

Commit

Permalink
fix(Hero Subtext): 🐛 add a "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielCTroia committed Oct 10, 2024
1 parent 9578916 commit 571b9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/movex-docs/modules/home/HeroSubText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const HeroSubText: React.FC<Props> = (props) => {
return (
<h3 className={props.className}>
Accelerate your development process and deliver faster by abstracting
backend complexities with Movex! 🚀
the backend complexities with Movex! 🚀
</h3>
);
};

0 comments on commit 571b9b6

Please sign in to comment.