diff --git a/src/components/landing/LandingOrganizedBy.tsx b/src/components/landing/LandingOrganizedBy.tsx index 9ea644a..aa7d701 100644 --- a/src/components/landing/LandingOrganizedBy.tsx +++ b/src/components/landing/LandingOrganizedBy.tsx @@ -2,8 +2,7 @@ import React from 'react'; import { motion } from 'framer-motion'; -import { ShieldCheck, Network } from 'lucide-react'; -import PastSponsorsTable from './PastSponsorsTable'; +import { ShieldCheck } from 'lucide-react'; const LandingOrganizedBy = () => { const organizers = [ @@ -43,8 +42,17 @@ const LandingOrganizedBy = () => { +