File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,11 @@ const SponsorsDesktop = ({ sponsors }: { sponsors: SponsorshipProps[] }) => {
4848 setCurrent ( correctedCurrentIndex ) ;
4949 setfeaturedSponsor ( sponsors [ correctedCurrentIndex ] ) ;
5050 } ) ;
51+ < < << << < HEAD
5152 } , [ api , sponsors ] ) ;
53+ = === ===
54+ } , [ api ] ) ;
55+ > >>> >>> db7be11 ( feat : add sponsor section )
5256
5357 const plugin = useRef ( Autoplay ( { delay : 5000 , stopOnInteraction : true } ) ) ;
5458
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ import { CTASection } from './components/CTASection';
44import { StatsAndReviews } from './components/StatsAndReviews' ;
55import { PythonFoundation } from './components//PythonFoundation' ;
66import { Partners } from './components//Partners' ;
7+ import UpcomingEvents from './components//UpcomingEvents' ;
78import { Sponsors } from './components/Sponsors' ;
8- import UpcomingEvents from './components//UpcomingEvents' ;
99
1010export default function HomePage ( ) {
1111 return (
@@ -16,8 +16,8 @@ export default function HomePage() {
1616 < StatsAndReviews />
1717 < PythonFoundation />
1818 < Partners />
19+ < UpcomingEvents />
1920 < Sponsors />
20- < UpcomingEvents />
2121 </ main >
2222 ) ;
2323}
You can’t perform that action at this time.
0 commit comments