Skip to content

Commit

Permalink
unit-conversion/volume: Clean up imperial units
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Jul 12, 2024
1 parent eac903f commit 31c4b33
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/routes/unit-conversion/volume/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@
<div slot="right">
<StackView title="Imperial Units">
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="cubic inch" name="Cubic inch" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="pint" name="Pint" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="imperial fluid ounce" name="Imperial fluid ounces" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="imperial pint" name="Pint" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="gallon" name="Gallon" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="cubic foot" name="Cubic feet" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="imperial pint" name="Pint" />
<SingleUnit bind:baseValue={baseValue} bind:from={from} to="imperial fluid ounce" name="Imperial fluid ounces" />
</StackView>

<StackView title="United States customary units (Fluid volumes)" hasPadding={false}>
Expand Down

0 comments on commit 31c4b33

Please sign in to comment.