Skip to content

Commit

Permalink
Improve acc name to meet WCAG 2.2 SC 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
YummyBacon5 authored Feb 4, 2024
1 parent 503af99 commit 25a74fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/DfnArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function DfnArea({ word }: DfnAreaProps) {
<UpdootButtons word={wordData} onUpdootUpdate={setWordData} />

<Tooltip toolTipContent={"Perma link"} ariaRelationships="none">
<a aria-label="Perma link" className="permalink" href={`/#${domId}`}>
<a aria-label={`Perma link for ${wordData.word}`} className="permalink" href={`#${domId}`}>
<LinkIcon />
</a>
</Tooltip>
Expand Down

0 comments on commit 25a74fa

Please sign in to comment.