Keypad: Fix images (#5857)

This commit is contained in:
d11n 2024-03-22 15:16:59 +01:00 committed by GitHub
parent 6b45eb0d3d
commit 1fe766cb16
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,7 +116,7 @@
@if (!string.IsNullOrWhiteSpace(item.Image))
{
<div class="img">
<img src="@item.Image" alt="@item.Title" />
<img src="@item.Image" alt="@item.Title" asp-append-version="true" />
</div>
}
<div class="d-flex flex-column gap-2">