Skip to content

Commit 027da28

Browse files
Comment out SponsorSection in Index.tsx
Comment out the SponsorSection component in Index.tsx
1 parent f1f6eb7 commit 027da28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source code/src/pages/Index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Index = () => {
2323
<TeamSection />
2424

2525
{/* Sponsors */}
26-
<SponsorSection />
26+
{/* <SponsorSection />*/}
2727

2828
{/* Supporters */}
2929
<SupportersSection />

0 commit comments

Comments
 (0)