Skip to content

Commit

Permalink
docs: fix relative link path
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoporto committed Nov 11, 2024
1 parent 3fd4e9b commit 10e618d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SvgToInline.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ const Template: Story<ArgTypes> = ({ path, className }: ArgTypes) => html`

export const Regular = Template.bind({})
Regular.args = {
path: '/SVG_Logo.svg',
path: './SVG_Logo.svg',
}

0 comments on commit 10e618d

Please sign in to comment.