Update index.html
Browse files- 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-
|
45 |
</button>
|
46 |
</div>
|
47 |
|
@@ -69,7 +69,7 @@
|
|
69 |
</div>
|
70 |
|
71 |
<!-- Convert Button -->
|
72 |
-
<button type="submit"
|
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>
|