GarGerry commited on
Commit
d155501
·
verified ·
1 Parent(s): 41f548e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -41,7 +41,7 @@
41
  <!-- Swap Button -->
42
  <div class="swap-group">
43
  <button type="button" id="swapButton" aria-label="Swap Currencies">
44
- <i class="fas fa-arrows-alt-v"></i>
45
  </button>
46
  </div>
47
 
@@ -69,7 +69,7 @@
69
  </div>
70
 
71
  <!-- Convert Button -->
72
- <button type="submit" class="convert-button">Convert</button>
73
  </form>
74
 
75
  <footer>
 
41
  <!-- Swap Button -->
42
  <div class="swap-group">
43
  <button type="button" id="swapButton" aria-label="Swap Currencies">
44
+ <i class="fas fa-exchange-alt"></i>
45
  </button>
46
  </div>
47
 
 
69
  </div>
70
 
71
  <!-- Convert Button -->
72
+ <button type="submit" id="convertButton">Convert</button>
73
  </form>
74
 
75
  <footer>