UI update
This commit is contained in:
parent
4698c6be08
commit
76d1b92593
@ -10326,7 +10326,7 @@ Bitcoin.Util = {
|
||||
<span class="label">Total net value</span>
|
||||
<span class="value net-value" style="color: var(--green)"></span>
|
||||
</div>
|
||||
<a class="term-link" target="_blank">See terms</a>
|
||||
<a class="term-link" target="_blank">See terms on Blockchain</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="grid">
|
||||
@ -11002,7 +11002,7 @@ Bitcoin.Util = {
|
||||
investorGroup.classList.add('investor-group')
|
||||
investorGroup.innerHTML = `
|
||||
<header class="flex align-center">
|
||||
<a class="fund-link justify-right" href="https://livenet.flocha.in/tx/${funds[k][i].txid}" target="_blank">See transaction</a>
|
||||
<a class="fund-link justify-right" href="https://livenet.flocha.in/tx/${funds[k][i].txid}" target="_blank">See transaction on Blockchain</a>
|
||||
</header>
|
||||
<ul class="investor-group__list"></ul>
|
||||
`;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user