diff --git a/src/react/components/Link.jsx b/src/react/components/Link.jsx index 62ac1fb..c148d0d 100644 --- a/src/react/components/Link.jsx +++ b/src/react/components/Link.jsx @@ -97,7 +97,7 @@ const Link = forwardRef((props, ref) => { className={classes} {...attrs} role="link" - tabindex="0" + tabIndex="0" onClick={onClick} > {children}