btcpayserver/BTCPayServer/Components/Icon/Default.cshtml
Nicolas Dorier 45edd330f5
Fix logos when rootPath is used (#4367)
* Fix logos when rootPath is used

* Fix close buttons used in JS

Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
2022-11-28 09:25:18 +01:00

5 lines
166 B
Text

@model BTCPayServer.Components.Icon.IconViewModel
<svg role="img" class="icon icon-@Model.Symbol">
<use href="~/img/icon-sprite.svg#@Model.Symbol"></use>
</svg>