mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-26 02:14:26 +01:00
* Fix logos when rootPath is used * Fix close buttons used in JS Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
@model BTCPayServer.Components.Icon.IconViewModel
|
|
|
|
<svg role="img" class="icon icon-@Model.Symbol">
|
|
<use href="~/img/icon-sprite.svg#@Model.Symbol"></use>
|
|
</svg>
|