Skip to content

Commit

Permalink
Added info for Link's Description that it is not focusable without th…
Browse files Browse the repository at this point in the history
…e href
  • Loading branch information
ketsappi committed Sep 25, 2019
1 parent 8b9a789 commit e5ea183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import classnames from 'classnames';
export const baseClassName = 'fi-link';

export interface LinkProps extends HtmlAProps {
/** Link url */
/** Link url. Link is not focusable without the href */
href: string;
/** Custom classname to extend or customize */
className?: string;
Expand Down

0 comments on commit e5ea183

Please sign in to comment.