diff --git a/src/components/grid-aware/PartnersAndSponsorsBlock/PartnersAndSponsorsBlock.tsx b/src/components/grid-aware/PartnersAndSponsorsBlock/PartnersAndSponsorsBlock.tsx index 4692e28f..79930631 100644 --- a/src/components/grid-aware/PartnersAndSponsorsBlock/PartnersAndSponsorsBlock.tsx +++ b/src/components/grid-aware/PartnersAndSponsorsBlock/PartnersAndSponsorsBlock.tsx @@ -7,7 +7,7 @@ export type LogoPropType = Readonly<{ url: string; /// Alternative text for the image alt: string; - /// An link for a URL to go to when clicking on the logo + /// A link for a URL to go to when clicking on the logo link?: string; }>;