diff --git a/docs/src/components/home/Sponsor.tsx b/docs/src/components/home/SponsorSection.tsx similarity index 55% rename from docs/src/components/home/Sponsor.tsx rename to docs/src/components/home/SponsorSection.tsx index 986b8a43..5b1fae43 100644 --- a/docs/src/components/home/Sponsor.tsx +++ b/docs/src/components/home/SponsorSection.tsx @@ -1,7 +1,8 @@ +import { Section } from './Section'; import React from 'react'; import { sponsors } from '../../data/sponsors'; -export const Sponsor = ({ logo, url }) => { +const Sponsor = ({ logo, url }) => { return ( @@ -9,24 +10,10 @@ export const Sponsor = ({ logo, url }) => { ); }; -export const SponsorList = () => { +const SponsorList = () => { return ( <> -