mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(stories): link anchor typo (#2447)
This commit is contained in:
parent
1d32bf8f1e
commit
65f48135d6
@ -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 />,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user