Skip to content

Commit

Permalink
fix: load kWh to kW (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Oct 22, 2023
1 parent ec60374 commit 40af8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
<text id="loadText" x="50%" y="50%" class="number" dominant-baseline="middle" text-anchor="middle">
<tspan class="super"></tspan>
<tspan class="sub" dx="-20" dy="6"></tspan>
<tspan class="units" dx="-10" dy="6">kWh</tspan>
<tspan class="units" dx="-10" dy="6">kW</tspan>
</text>
</svg>

0 comments on commit 40af8a8

Please sign in to comment.