Skip to content

Commit

Permalink
TEMP next-release hot-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hjoliver committed Apr 16, 2024
1 parent 615af3e commit c91c6e2
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,23 @@ <h3>
<div class="flex flex--vertical release">
<div class="flex flex--vertical">
<h3 class="flex jc-center">Next Release:&nbsp;
<a class="page-link" id="milestone-url">8.3.0</a>
<!-- TEMP
<a class="page-link" id="milestone-url" target="_blank"><span id="milestone-version"></span> (<span id="progress-info"></span>)</a>
-->
</h3>
<!-- TEMP
<div class="flex">
<div class="progressbar" id="milestone-container">
<div class="progress" id="progress"></div>
<div class="flex label jc-space-between">
<span>0%</span>
<span>100%</span>
<div class="flex label jc-space-between">
<span>0%</span>
<span>100%</span>
</div>
</div>
</div>
</div>
</div>
-->
</div>
</div>
</div>
Expand Down

0 comments on commit c91c6e2

Please sign in to comment.