mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 10:14:03 +00:00
beta label
This commit is contained in:
parent
dcd7a47f2e
commit
38593e61a2
2 changed files with 4 additions and 4 deletions
|
|
@ -58,14 +58,14 @@
|
|||
|
||||
<div class="flex flex-1 justify-end items-center text-right md:pl-10">
|
||||
<select id="versionSelect">
|
||||
@foreach($page->navigation as $version => $_)
|
||||
@foreach($page->versions as $version => $name)
|
||||
<option
|
||||
value="/{{ $page->baseUrl . $version }}"
|
||||
@if($page->version() === $version)
|
||||
selected
|
||||
@endif
|
||||
>
|
||||
{{ $version }}
|
||||
{{ $name }}
|
||||
</option>
|
||||
@endforeach
|
||||
</select>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue