diff --git a/src/components/sponsors/sponsor-logo.tsx b/src/components/sponsors/sponsor-logo.tsx index 2546014..0f78c7d 100644 --- a/src/components/sponsors/sponsor-logo.tsx +++ b/src/components/sponsors/sponsor-logo.tsx @@ -31,7 +31,6 @@ export function SponsorLogo({ company: { logoUrl, name, url } }: Props) { >
{`${name} - {/* TODO ??? */}
); diff --git a/src/components/sponsors/sponsor-section.tsx b/src/components/sponsors/sponsor-section.tsx index 6c0e8b9..e5662d6 100644 --- a/src/components/sponsors/sponsor-section.tsx +++ b/src/components/sponsors/sponsor-section.tsx @@ -24,8 +24,8 @@ export function SponsorSection({ sectionTitle, companies }: Props) { {featuredSponsors.map( (c) => c.logoUrl && ( -
- +
+
) )} @@ -45,8 +45,8 @@ export function SponsorSection({ sectionTitle, companies }: Props) {

További támogatóink

{regularSponsors.map((c) => ( -
- +
+
))}