Skip to content

Commit

Permalink
deprecate
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Nov 8, 2023
1 parent 8163b03 commit f3aa772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/a11y/src/SkipLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export interface SkipLinkProps {
}

/**
* The skip link should be the first focusable element in the page.
* @deprecated Please use the same component from `@kaizen/components`
*/
export const SkipLink = ({ label, skipTo }: SkipLinkProps): JSX.Element => (
<a className={styles.skipLinkContainer} href={`#${skipTo}`}>
Expand Down

0 comments on commit f3aa772

Please sign in to comment.