Skip to content

Commit

Permalink
feat: remove listitem on tag for accessibility (#2252)
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil authored Sep 13, 2023
1 parent 6e666ac commit e1168e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/Tag/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export const Tag = forwardRef<'div', TagProps>(
length={childrenLength}
onClick={onClick}
ref={ref}
role="listitem"
size={size}
to={to}
variant={variant}
Expand Down

0 comments on commit e1168e0

Please sign in to comment.