Skip to content

Commit 007df17

Browse files
authored
tweak logo cloud lead line (#355)
1 parent f6baeb0 commit 007df17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/LogoCloud.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export function LogoCloud({ speed = 0.85, height = 150 }) {
6565
return (
6666
<div>
6767
<div className="pl-5 md:pl-10 pt-8 lg:max-w-none">
68-
<h1 className="text-lg font-medium text-irohGray-600 dark:text-irohGray-200">Trusted by the worlds most innovative teams</h1>
68+
<h1 className="text-lg font-medium text-irohGray-600 dark:text-irohGray-200">Trusted at scale by the world&apos;s most innovative teams</h1>
6969
</div>
7070
<div className="relative w-full overflow-hidden py-4">
7171
{/* Gradient masks for fading edges */}

0 commit comments

Comments
 (0)