Skip to content

Commit 6ba18e4

Browse files
committed
Omitted "Read More" phrase
1 parent 6292b31 commit 6ba18e4

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
@@ -31,7 +31,7 @@
3131
<h2></h2>
3232
<p>@MarkdownConverter.ToMarkupString(BlogPost.ShortDescription)</p>
3333
<p class="read-more">
34-
<a href="/blogPost/@BlogPost.Id" aria-label="@BlogPost.Title">Read More</a>
34+
<a href="/blogPost/@BlogPost.Id" aria-label="@BlogPost.Title">Read the whole article</a>
3535
</p>
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)