mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-01 13:14:30 +01:00
Keypad: Fix images (#5857)
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user