Skip to content

Commit ddee4fc

Browse files
authored
Updated
1 parent 574f5bf commit ddee4fc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Project crypto/crypto.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ <h3 >
5959
<div>history</div>
6060
</div>
6161
<div>
62-
<!-- Add these inside the <body> tag, after the existing content -->
63-
6462

6563
<div id="transferForm" class="popup" style="display: none;">
6664
<span onclick="closePopup('transferForm')" style=" position: absolute;
@@ -96,7 +94,7 @@ <h3>Transaction History</h3>
9694
font-size: 20px;
9795
cursor:pointer;">&times;</span>
9896
<h2>Balance</h2>
99-
<p class="balanceIcon"><img src="icons8-coins-64.png" alt="">$<span id="balance"> 1000</span></p>
97+
<p class="balanceIcon"><img src="icons8-coins-64.png" alt=""><span id="balance"> 1000</span> BTC</p>
10098

10199
<script src="app.js">
102100
</script>
@@ -168,4 +166,4 @@ <h2>Balance</h2>
168166
})
169167

170168
</script>
171-
</html>
169+
</html>

0 commit comments

Comments
 (0)