Skip to content

Commit

Permalink
unit-conversion/temperature: Add Rankine (fixes #52)
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 10, 2024
1 parent 555995c commit 30b14d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/unit-conversion/temperature/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="celsius" name="Degrees Celsius (°C)" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="fahrenheit" name="Degrees Fahrenheit (°F)" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="kelvin" name="Kelvin" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="rankine" name="Degrees Rankine (°R)" />
</OneColumnView>
</Tool>

0 comments on commit 30b14d2

Please sign in to comment.