Flip high and low sections

This is more in line with how English reads, left to right, low to high
This commit is contained in:
Emily Doherty 2024-10-16 23:58:16 -07:00
parent 5abf6fe132
commit c9e14e265f

View File

@ -15,8 +15,8 @@
<div class="data-header">
<h1>1 Token = <u id="token">0</u> Gold</h1>
<div class="high-low">
<p>Highest in last <em id="high-time">3 days</em>: <u id="high-val">0</u></p>
<p>Lowest in last <em id="low-time">3 days</em>: <u id="low-val">0</u></p>
<p>Highest in last <em id="high-time">3 days</em>: <u id="high-val">0</u></p>
</div>
</div>
<div id="chart-frame">