We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbb52da + b7705c0 commit 12b4ed2Copy full SHA for 12b4ed2
app/Main.tsx
@@ -57,7 +57,7 @@ export default function Home({ posts }) {
57
<Link
58
href={`/blog/${slug}`}
59
className="text-primary-500 hover:text-primary-600 dark:hover:text-primary-400"
60
- aria-label={`Read "${title}"`}
+ aria-label={`Read more: "${title}"`}
61
>
62
Read more →
63
</Link>
0 commit comments