Skip to content

Commit 90acd6c

Browse files
committed
add row for Tailwind Ambassadors to homepage partner section
1 parent 909ed45 commit 90acd6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/home/partners-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function WhyTailwindCssSection() {
1010
const [displayedSponsors, setDisplayedSponsors] = useState(partners);
1111

1212
useEffect(() => {
13-
const totalLogos = 12;
13+
const totalLogos = 16;
1414

1515
if (partners.length >= totalLogos) {
1616
setDisplayedSponsors(partners.slice(0, totalLogos));

0 commit comments

Comments
 (0)