Merge pull request #749 from curt-mitch/a11y-score-boost
Accessibility improvement: match aria-label to tag text for "read more" links
This commit is contained in:
commit
12b4ed236f
@ -57,7 +57,7 @@ export default function Home({ posts }) {
|
||||
<Link
|
||||
href={`/blog/${slug}`}
|
||||
className="text-primary-500 hover:text-primary-600 dark:hover:text-primary-400"
|
||||
aria-label={`Read "${title}"`}
|
||||
aria-label={`Read more: "${title}"`}
|
||||
>
|
||||
Read more →
|
||||
</Link>
|
||||
|
Loading…
x
Reference in New Issue
Block a user