Skip to content

Commit

Permalink
fix: partner message fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agehcx committed Oct 4, 2024
1 parent fef917d commit 26b57c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/Partner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const Partner = () => {
return (
<Container className="space-y-12">
<h3 className="text-lg text-center">
Trusted by 1002+ Companies across the globe!
Partnered with 100+ companies globally for various events.
</h3>
<div className="flex flex-wrap gap-x-12 gap-y-8 items-center justify-center">
{partners.map(({ name, image }) => (
Expand Down

0 comments on commit 26b57c0

Please sign in to comment.