fix: deleted sponsors section in home page

This commit is contained in:
poyrazavsever
2026-07-16 09:02:54 +03:00
parent 978f76bfc2
commit 79661e564d
+1 -1
View File
@@ -7,7 +7,7 @@ export function SponsorsSection() {
if (!SPONSORS || SPONSORS.length === 0) return null; if (!SPONSORS || SPONSORS.length === 0) return null;
return ( 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"> <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) => { {SPONSORS.map((sponsor) => {
const logoContent = ( const logoContent = (