Skip to content

Commit

Permalink
fix ExternalLink icon type
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard87 committed Nov 28, 2024
1 parent dcd4c7a commit eb14912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/link/external-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ToolTipWrapper = ({

type ExternalLinkProps = {
href: string;
icon: IconData | null | undefined; // null = no icon, undefined = external_link (default), or custom
icon?: IconData | null | undefined; // null = no icon, undefined = external_link (default), or custom icon
color?: string;
className?: string;
toolTip?: string;
Expand Down

0 comments on commit eb14912

Please sign in to comment.