Skip to content

Commit

Permalink
Update src/components/grid-aware/PartnersAndSponsorsBlock/PartnersAnd…
Browse files Browse the repository at this point in the history
…SponsorsBlock.tsx
  • Loading branch information
richardxia authored Oct 20, 2023
1 parent 4868877 commit 020295a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}>;

Expand Down

0 comments on commit 020295a

Please sign in to comment.