File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -178,9 +178,9 @@ const SponsorsDesktop = ({ sponsors }: { sponsors: SponsorshipProps[] }) => {
178178 } }
179179 >
180180 { /* Previous Button */ }
181- < button onClick = { autoPlayInteraction } >
181+ < a onClick = { autoPlayInteraction } >
182182 < CarouselPrevious className = "absolute left-[-64px] z-10 h-16 w-16 sm:w-20 sm:h-20" />
183- </ button >
183+ </ a >
184184
185185 { /* Carousel Content */ }
186186 < CarouselContent >
@@ -221,9 +221,9 @@ const SponsorsDesktop = ({ sponsors }: { sponsors: SponsorshipProps[] }) => {
221221 </ CarouselContent >
222222
223223 { /* Next Button */ }
224- < button onClick = { autoPlayInteraction } >
224+ < a onClick = { autoPlayInteraction } >
225225 < CarouselNext className = "absolute right-[-64px] z-10 h-16 w-16 sm:w-20 sm:h-20" />
226- </ button >
226+ </ a >
227227 </ Carousel >
228228 </ div >
229229 { /* Dots Navigation */ }
You can’t perform that action at this time.
0 commit comments