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 3b73431 commit 141335dCopy full SHA for 141335d
src/LinkDotNet.Blog.Web/Features/ShowBlogPost/ShowBlogPostPage.razor
@@ -31,7 +31,7 @@ else
31
<span class="blogpost-tag d-inline-block">
32
@foreach (var tag in BlogPost.Tags.Select(t => t.Content))
33
{
34
- <a class="goto-tag ms-1 link-light" href="/searchByTag/@(Uri.EscapeDataString(tag))">@tag</a>
+ <a class="goto-tag ms-1" href="/searchByTag/@(Uri.EscapeDataString(tag))">@tag</a>
35
}
36
</span>
37
0 commit comments