upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 12b4ed236f - Show all commits

View File

@ -57,7 +57,7 @@ export default function Home({ posts }) {
<Link <Link
href={`/blog/${slug}`} href={`/blog/${slug}`}
className="text-primary-500 hover:text-primary-600 dark:hover:text-primary-400" className="text-primary-500 hover:text-primary-600 dark:hover:text-primary-400"
aria-label={`Read "${title}"`} aria-label={`Read more: "${title}"`}
> >
Read more &rarr; Read more &rarr;
</Link> </Link>