GarGerry commited on
Commit
b0f380a
·
verified ·
1 Parent(s): 4d32b20

Update index.html

Browse files
Files changed (1) hide show
  1. 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()">🔼🔽</button>
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>