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 37875d9 commit 1b5f478
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;
icon?: IconData | null;
color?: string;
className?: string;
toolTip?: string;
Expand Down

0 comments on commit 1b5f478

Please sign in to comment.