Skip to content

Commit

Permalink
Change header order
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 23, 2024
1 parent 26e7569 commit 185be18
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
<li class="nav-item">
<a class="nav-link" href="https://github.com/ArkServerApi/AseApi/releases/latest">ASE Api</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="officialPluginsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Official Plugins (ASE)
</a>
<div class="dropdown-menu" aria-labelledby="officialPluginsDropdown">
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/Permissions.zip">Permissions</a>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/ArkShop.zip">Arkshop</a>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/ArkShopUI.zip">Arkshop UI</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/ArkServerApi/AsaApi/releases/latest">ASA Api</a>
</li>
Expand All @@ -41,16 +51,6 @@
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASA-Plugins/releases/latest/download/ArkShopUI.zip">Arkshop UI</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="officialPluginsDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Official Plugins (ASE)
</a>
<div class="dropdown-menu" aria-labelledby="officialPluginsDropdown">
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/Permissions.zip">Permissions</a>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/ArkShop.zip">Arkshop</a>
<a class="dropdown-item" href="https://github.com/ArkServerApi/ASE-Plugins/releases/latest/download/ArkShopUI.zip">Arkshop UI</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/orgs/ArkServerApi/repositories">Github repositories</a>
</li>
Expand Down

0 comments on commit 185be18

Please sign in to comment.