Skip to content

Commit

Permalink
fix: marquee items spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulmathur16 committed Dec 15, 2024
1 parent 01358e0 commit 4143889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/home/Testimonials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Testimonials = () => {
/>
))}
</div>
<TrustedByMarquee title="Trusted by" logos={companies} />
<TrustedByMarquee title="Trusted by developers at" logos={companies} />
</Section>
)
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/home/TrustedByMarquee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const TrustedByMarquee: React.FC<TrustedByMarqueeProps> = ({
logos,
onClick,
titleClassName = "text-content-small font-bold sm:text-title-tiny lg:text-title-small text-tailCall-light-500 text-center space-x-1",
desktopClassName = "hidden sm:flex space-x-SPACE_16 mt-SPACE_10 overflow-hidden",
desktopClassName = "hidden sm:flex space-x-SPACE_16 px-8 mt-SPACE_10 overflow-hidden",
mobileClassName = "sm:hidden flex items-center justify-around flex-wrap mt-SPACE_06 space-y-SPACE_02",
}) => {
const handleClick = () => {
Expand Down

0 comments on commit 4143889

Please sign in to comment.