Skip to content

Commit

Permalink
a11y
Browse files Browse the repository at this point in the history
  • Loading branch information
dschlabach committed Nov 15, 2024
1 parent 8fc33e5 commit 70b31f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/docs/components/svg/infoIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ const InfoIcon = ({ className }: { className?: string }) => (
strokeLinecap="round"
strokeLinejoin="round"
className={cn(className)}
role="img"
aria-labelledby="info-title"
>
<title>Info</title>
<title id="info-title">Info</title>
<circle cx="12" cy="12" r="10" />
<line x1="12" y1="16" x2="12" y2="12" />
<line x1="12" y1="8" x2="12.01" y2="8" />
Expand Down

0 comments on commit 70b31f3

Please sign in to comment.