Skip to content

Commit

Permalink
fix: skip links
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Dec 6, 2023
1 parent 20499a0 commit 02ded3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Skiplink/SkiplinkItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const SkiplinkItem: FC<SkiplinkItemProps> = ({
...attributes
}) => {
const Tag = tag;
const classes = classNames(className, 'visually-hidden', {
const classes = classNames(className, {
'visually-hidden-focusable': focusable
});

Expand Down

0 comments on commit 02ded3d

Please sign in to comment.