We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909ed45 commit 90acd6cCopy full SHA for 90acd6c
src/components/home/partners-section.tsx
@@ -10,7 +10,7 @@ export default function WhyTailwindCssSection() {
10
const [displayedSponsors, setDisplayedSponsors] = useState(partners);
11
12
useEffect(() => {
13
- const totalLogos = 12;
+ const totalLogos = 16;
14
15
if (partners.length >= totalLogos) {
16
setDisplayedSponsors(partners.slice(0, totalLogos));
0 commit comments