Skip to content

Commit 7d6033c

Browse files
authored
Refactor exchange rate display and input elements
1 parent 04e83b2 commit 7d6033c

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -203,12 +203,12 @@ <h2>
203203

204204
</div>
205205

206-
<div class="exchange-rate">
206+
<div
207+
id="exchangeRate"
208+
class="exchange-rate">
207209

208210
<strong>
209-
210211
Current Rate
211-
212212
</strong>
213213

214214
<br><br>
@@ -226,8 +226,7 @@ <h2>
226226
oninput="calculateEVOZX()">
227227

228228
<div
229-
id="receiveAmount"
230-
class="receive-box">
229+
id="receiveAmount">
231230

232231
Receive: 0 EVOZX
233232

@@ -257,7 +256,7 @@ <h2>
257256

258257
</div>
259258

260-
</section>
259+
</section>
261260

262261
<!-- DEPLOYMENT RESULT -->
263262

0 commit comments

Comments
 (0)