Skip to content

Commit

Permalink
refactor: add aria-disabled analytics link for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Heneghan committed Nov 7, 2023
1 parent b4b7e66 commit 9f4527d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ const PreviewBrowser: React.FC<{
</Tooltip>
) : (
<Tooltip arrow title="Analytics page unavailable">
<Link component={"button"} disabled>
<Link component={"button"} disabled aria-disabled={true}>
<BarChart />
</Link>
</Tooltip>
Expand Down

0 comments on commit 9f4527d

Please sign in to comment.