Skip to content

Commit 54be608

Browse files
committed
chore: try to make Vercel happy
1 parent 8908ad4 commit 54be608

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/ui-components/src/Common/Signature/index.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ export const Default: Story = {
2424
type={<a href="#">&lt;Object&gt;</a>}
2525
description="An optional attribute."
2626
>
27-
<Signature name="option1" type={<a href="#">&lt;Type3&gt;</a>} />
28-
<Signature name="option2" type={<a href="#">&lt;Type3&gt;</a>} />
27+
<Signature name="option1" type={<a href="#">&lt;Type1&gt;</a>} />
28+
<Signature name="option2" type={<a href="#">&lt;Type2&gt;</a>} />
2929
<Signature
3030
name="option3"
3131
type={<a href="#">&lt;Type3&gt;</a>}

0 commit comments

Comments
 (0)