We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e83b2 commit 7d6033cCopy full SHA for 7d6033c
1 file changed
index.html
@@ -203,12 +203,12 @@ <h2>
203
204
</div>
205
206
-<div class="exchange-rate">
+<div
207
+ id="exchangeRate"
208
+ class="exchange-rate">
209
210
<strong>
-
211
Current Rate
212
</strong>
213
214
<br><br>
@@ -226,8 +226,7 @@ <h2>
226
oninput="calculateEVOZX()">
227
228
<div
229
- id="receiveAmount"
230
- class="receive-box">
+ id="receiveAmount">
231
232
Receive: 0 EVOZX
233
@@ -257,7 +256,7 @@ <h2>
257
256
258
259
260
- </section>
+</section>
261
262
<!-- DEPLOYMENT RESULT -->
263
0 commit comments