Update Index.razor

Deprecated .text-muted will be replaced by .text-body-secondary in v6.
This commit is contained in:
Leigh Pointer
2025-06-03 15:24:43 +02:00
parent 2c4c669ea2
commit c13ce3d0f1

View File

@ -46,7 +46,7 @@
<Row>
<div class="search-item mb-2">
<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>
</Row>
</Pager>