Skip to content

Commit

Permalink
docs: fix storybook link in ComponentLinks (nextui-org#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
jqkk authored Oct 10, 2023
1 parent 9245384 commit 99d4d29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/docs/components/docs/components/component-links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ export const ComponentLinks = ({
return (
<div className="flex flex-wrap gap-3 mt-6">
<ButtonLink
href={`https://storybook.nextui.org/?path=/story/components-${storybook || component}`}
href={`https://storybook.nextui.org/?path=/story/components-${
storybook || component
}--default`}
startContent={<StorybookIcon className="text-lg text-[#ff4785]" />}
>
Storybook
Expand Down

0 comments on commit 99d4d29

Please sign in to comment.