Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -30,7 +30,7 @@
|
|
30 |
<option value="EUR">๐ช๐บ EUR</option>
|
31 |
<!-- Add other currencies here -->
|
32 |
</select>
|
33 |
-
<button id="swap-btn" onclick="swapCurrencies()"
|
34 |
<select id="to-currency">
|
35 |
<option value="EUR">๐ช๐บ EUR</option>
|
36 |
<option value="USD">๐บ๐ธ USD</option>
|
|
|
30 |
<option value="EUR">๐ช๐บ EUR</option>
|
31 |
<!-- Add other currencies here -->
|
32 |
</select>
|
33 |
+
<button id="swap-btn" onclick="swapCurrencies()">๐ผ๐ฝ</button>
|
34 |
<select id="to-currency">
|
35 |
<option value="EUR">๐ช๐บ EUR</option>
|
36 |
<option value="USD">๐บ๐ธ USD</option>
|