We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555995c commit 30b14d2Copy full SHA for 30b14d2
src/routes/unit-conversion/temperature/+page.svelte
@@ -12,5 +12,6 @@
12
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="celsius" name="Degrees Celsius (°C)" />
13
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="fahrenheit" name="Degrees Fahrenheit (°F)" />
14
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="kelvin" name="Kelvin" />
15
+ <SingleUnit bind:baseValue={baseValue} bind:from={from} to="rankine" name="Degrees Rankine (°R)" />
16
</OneColumnView>
17
</Tool>
0 commit comments