mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
Credits for BTCPay Logo in the bottom
This commit is contained in:
parent
f28a898053
commit
0a957d7097
@ -111,7 +111,10 @@
|
||||
@if (User.Identity.IsAuthenticated)
|
||||
{
|
||||
<footer class="footer">
|
||||
<div class="container text-right">@env.ToString()</div>
|
||||
<div class="container">
|
||||
<div class="float-left">Logo made with 💚 by <a href="https://ibukingdom.themedia.jp/" target="_blank">Ibuki</a></div>
|
||||
<div class="text-right">@env.ToString()</div>
|
||||
</div>
|
||||
</footer>
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user