Skip to content

Commit

Permalink
add usd indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamSwayne committed Mar 9, 2024
1 parent 637c3c5 commit c368a53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ <h1>CO2 Emissions Calculator</h1>
</div>

<div class="input-section">
<label for="budgetInput">Budget:&nbsp;</label>
$&nbsp;<input type="number" id="budgetInput" placeholder="Enter budget" aria-labelledby="budgetLabel" />
<label for="budgetInput">Budget (USD):&nbsp;</label>$&nbsp;
<input type="number" id="budgetInput" placeholder="Enter budget" aria-labelledby="budgetLabel" />
</div>

<!-- National Forest Foundation -->
Expand Down

0 comments on commit c368a53

Please sign in to comment.