Skip to content

Commit

Permalink
Re-order macOS download links
Browse files Browse the repository at this point in the history
  • Loading branch information
praneetloke committed Oct 22, 2024
1 parent 855faa2 commit 0a6b33e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ <h1>Deskypus</h1>
<details role="list" style="margin-bottom: 0" class="darwin version-tooltip-target">
<summary aria-haspopup="listbox" role="button">Download for macOS</summary>
<ul role="listbox" style="padding-left: 0">
<li>
<a href="#" class="download-btn" disabled data-os="darwin" data-test="darwin_x64">
Intel (x64)
</a>
</li>
<li>
<a
href="#"
Expand All @@ -55,6 +50,11 @@ <h1>Deskypus</h1>
Apple (arm64)
</a>
</li>
<li>
<a href="#" class="download-btn" disabled data-os="darwin" data-test="darwin_x64">
Intel (x64)
</a>
</li>
</ul>
</details>
<a
Expand Down

0 comments on commit 0a6b33e

Please sign in to comment.