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:
		| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user