@@ -96,7 +96,9 @@ export function SponsorsSection() {
9696 </ motion . div >
9797
9898 < div className = "relative w-full overflow-hidden" >
99- < div className = "flex animate-scroll gap-8 py-4" >
99+ < div
100+ className = "flex animate-scroll gap-8 py-4"
101+ style = { { minWidth : `${ sponsors . length * 2 * 332 } px` } } >
100102 { sponsors . map ( ( sponsor , idx ) => (
101103 sponsor . link ? (
102104 < a
@@ -124,7 +126,9 @@ export function SponsorsSection() {
124126 ? "object-contain p-4"
125127 : sponsor . name === "Code Crafters"
126128 ? "object-contain w-32 h-16 mx-auto"
127- : "object-cover"
129+ : sponsor . name === "Innovxus"
130+ ? "object-contain w-24 h-10 mx-auto flex items-center justify-center"
131+ : "object-cover"
128132 }
129133 />
130134 </ div >
@@ -158,7 +162,9 @@ export function SponsorsSection() {
158162 ? "object-contain p-4"
159163 : sponsor . name === "Code Crafters"
160164 ? "object-contain w-32 h-16 mx-auto"
161- : "object-cover"
165+ : sponsor . name === "Innovxus"
166+ ? "object-contain w-24 h-10 mx-auto flex items-center justify-center"
167+ : "object-cover"
162168 }
163169 />
164170 </ div >
@@ -201,7 +207,9 @@ export function SponsorsSection() {
201207 ? "object-contain p-4"
202208 : sponsor . name === "Code Crafters"
203209 ? "object-contain w-32 h-16 mx-auto"
204- : "object-cover"
210+ : sponsor . name === "Innovxus"
211+ ? "object-contain w-24 h-10 mx-auto flex items-center justify-center"
212+ : "object-cover"
205213 }
206214 />
207215 </ div >
@@ -235,7 +243,9 @@ export function SponsorsSection() {
235243 ? "object-contain p-4"
236244 : sponsor . name === "Code Crafters"
237245 ? "object-contain w-32 h-16 mx-auto"
238- : "object-cover"
246+ : sponsor . name === "Innovxus"
247+ ? "object-contain w-24 h-10 mx-auto flex items-center justify-center"
248+ : "object-cover"
239249 }
240250 />
241251 </ div >
0 commit comments