mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-20 13:34:37 +01:00
Keypad: Fix images (#5857)
This commit is contained in:
parent
6b45eb0d3d
commit
1fe766cb16
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue