Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
fix: target
Browse files Browse the repository at this point in the history
  • Loading branch information
talkor committed Dec 3, 2023
1 parent f24cc40 commit c516b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/storybook-link/storybook-link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const StorybookLink: FC<StorybookLinkProps> = ({ page, story = '', children }) =
}, []);

return (
<Link href={url} target={Link.targets.SELF} withoutSpacing>
<Link href={url} target={Link.targets.TOP} withoutSpacing>
{children}
</Link>
);
Expand Down

0 comments on commit c516b3c

Please sign in to comment.