Skip to content

Commit bdcb93c

Browse files
committed
Add aria label for cliking on read more
1 parent 298e57b commit bdcb93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.Blog.Web/Features/Components/ShortBlogPost.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<h2></h2>
2828
<p>@MarkdownConverter.ToMarkupString(BlogPost.ShortDescription)</p>
2929
<p class="read-more">
30-
<a href="/blogPost/@BlogPost.Id">Read More</a>
30+
<a href="/blogPost/@BlogPost.Id" aria-label="@BlogPost.Title">Read More</a>
3131
</p>
3232
</div>
3333
</div>

0 commit comments

Comments
 (0)