fix(stories): link anchor typo (#2447)

This commit is contained in:
աӄա 2024-03-05 20:53:04 +08:00 committed by GitHub
parent 1d32bf8f1e
commit 65f48135d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -91,8 +91,8 @@ isExternal.args = {
isExternal: true,
};
export const CustomAchor = Template.bind({}) as any;
CustomAchor.args = {
export const CustomAnchor = Template.bind({}) as any;
CustomAnchor.args = {
...defaultProps,
anchorIcon: <CustomLink />,
};