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>
|