Skip to content

Commit

Permalink
better lables
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Jun 28, 2024
1 parent fd760e3 commit 9cd0c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layout/topnavbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<li>
<select class="form-select"
aria-labelledby="apiVersionsDropdown" id="apiVersionsDropdownItems">
<option id="apiVersion-v3" value="v3">v3</option>
<option id="apiVersion-dev" value="dev">dev</option>
<option id="apiVersion-v3" value="v3">v3 (latest stable)</option>
<option id="apiVersion-dev" value="dev">dev (development)</option>
<option id="apiVersion-v9" value="v9">v9 (experimental)</option>
</select>
</li>
Expand Down

0 comments on commit 9cd0c14

Please sign in to comment.