Update Index.razor
Deprecated .text-muted will be replaced by .text-body-secondary in v6.
This commit is contained in:
@ -46,7 +46,7 @@
|
|||||||
<Row>
|
<Row>
|
||||||
<div class="search-item mb-2">
|
<div class="search-item mb-2">
|
||||||
<h4 class="mb-1"><a href="@context.Url">@context.Title</a></h4>
|
<h4 class="mb-1"><a href="@context.Url">@context.Title</a></h4>
|
||||||
<p class="mb-0 text-muted">@((MarkupString)context.Snippet)</p>
|
<p class="mb-0 text-body-secondary">@((MarkupString)context.Snippet)</p>
|
||||||
</div>
|
</div>
|
||||||
</Row>
|
</Row>
|
||||||
</Pager>
|
</Pager>
|
||||||
|
Reference in New Issue
Block a user