Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hellstrøm Olsen <[email protected]>
  • Loading branch information
Hellsparks authored Jul 2, 2024
1 parent 77972bf commit 13eca73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1>Toolchanger Power Calculator</h1>
<!-- Save/Load Section -->
<div class="mb-4">
<h2>Save/Load</h2>
<button id="save-button" class="btn btn-success mb-2">Save Current Build</button>
<button id="save-button" class="btn btn-success mb-2">Download Current Build</button>
<button id="load-button" class="btn btn-secondary">Load Previous Build</button>
</div>

Expand All @@ -35,8 +35,8 @@ <h2>Power Draw</h2>

<!-- Static Text Field -->
<div class="mb-4">
<h2>Static Text Field</h2>
<p>This section can contain any static text or instructions.</p>
<h2>Notes:</h2>
<p>When running a pi off a motherboard, change the voltage to whatever the motherboard runs off.</p>
</div>

<!-- Logo Image -->
Expand Down

0 comments on commit 13eca73

Please sign in to comment.