fix: deleted sponsors section in home page
This commit is contained in:
@@ -7,7 +7,7 @@ export function SponsorsSection() {
|
||||
if (!SPONSORS || SPONSORS.length === 0) return null;
|
||||
|
||||
return (
|
||||
<section>
|
||||
<section className="pt-12 md:pt-14">
|
||||
<div className="grid grid-cols-2 justify-start gap-4 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-6">
|
||||
{SPONSORS.map((sponsor) => {
|
||||
const logoContent = (
|
||||
|
||||
Reference in New Issue
Block a user