GarGerry commited on
Commit
977d885
·
verified ·
1 Parent(s): 010b678

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -31,7 +31,7 @@
31
  <option value="EUR">🇪🇺 EUR</option>
32
  <!-- Add other currencies here -->
33
  </select>
34
- <button id="swap-btn" onclick="swapCurrencies()">↕️</button>
35
  <select id="to-currency">
36
  <option value="EUR">🇪🇺 EUR</option>
37
  <option value="USD">🇺🇸 USD</option>
 
31
  <option value="EUR">🇪🇺 EUR</option>
32
  <!-- Add other currencies here -->
33
  </select>
34
+ <button id="swap-btn" onclick="swapCurrencies()">⇅</button>
35
  <select id="to-currency">
36
  <option value="EUR">🇪🇺 EUR</option>
37
  <option value="USD">🇺🇸 USD</option>