MatthewNobes / conversion-app

The Conversion App was created as a simple place to find unit conversions without scouring the internet for a decent solution. As well as providing conversions, this system will explain the equations used for the conversion in a clear and logical manner.
https://matthewnobes.github.io/conversion-app/
MIT License
1 stars 0 forks source link

Swap button when units are the same #20

Closed MatthewNobes closed 2 years ago

MatthewNobes commented 2 years ago

The swap button should be greyed out when the units to convert are the same. This will prevent the units from being swapped.

MatthewNobes commented 2 years ago

The swap button now disables when the same units are identified.