Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AyIong committed Jan 4, 2025
1 parent ea0b3de commit 681cad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/ImageButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type Props = Partial<{
fluid: boolean;
/** Parameter responsible for the size of the image, component and standard "stubs". */
imageSize: number;
/** Prop `src` of Image component. Example: `imageSrc={resolveAsset(thing.image}` */
/** Prop `src` of Image component. Example: `imageSrc={resolveAsset(thing.image)}` */
imageSrc: string;
/** Called when button is clicked with LMB. */
onClick: (e: any) => void;
Expand Down

0 comments on commit 681cad2

Please sign in to comment.