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.
1 parent 6292b31 commit 6ba18e4Copy full SHA for 6ba18e4
src/LinkDotNet.Blog.Web/Features/Components/ShortBlogPost.razor
@@ -31,7 +31,7 @@
31
<h2></h2>
32
<p>@MarkdownConverter.ToMarkupString(BlogPost.ShortDescription)</p>
33
<p class="read-more">
34
- <a href="/blogPost/@BlogPost.Id" aria-label="@BlogPost.Title">Read More</a>
+ <a href="/blogPost/@BlogPost.Id" aria-label="@BlogPost.Title">Read the whole article</a>
35
</p>
36
</div>
37
0 commit comments