Skip to content

Commit

Permalink
Update the template
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jun 27, 2024
1 parent b6fd6c8 commit 870554c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const Link: FC<LinkProps> = ({

if (isExternal) {
e.preventDefault();
return utils.openLink(targetUrl.toString());
utils.openLink(targetUrl.toString());
}
}, [to, propsOnClick, utils]);

Expand Down

0 comments on commit 870554c

Please sign in to comment.