Match aria-label to tag text
This commit is contained in:
parent
dbb52da729
commit
b7705c0d9f
@ -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