Skip to content

Commit

Permalink
Fix documentation home page (gh issue #675) (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryngelson authored Nov 5, 2024
1 parent 4759bd8 commit 08fc4d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,15 +273,15 @@
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="https://github.com/MFlowCode/MFC/releases/latest">
<i class="pr-4 fa-solid fa-download"></i>
<div class="flex-1">
<span class="hidden sm:inline-block">Download </span>
<span class="hidden sm:inline-block">Download</span>
<span id="release-ver"></span>
</div>
</a>
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_getting-started.html">
<i class="pr-4 fa-solid fa-rocket"></i>
<span class="flex-1">Quick Start</span>
</a>
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/index.html">
<a class="px-4 flex flex-row items-center py-4 border-b-2 hover:border-amber-400" href="documentation/md_readme.html">
<i class="pr-4 fa-solid fa-book"></i>
<span class="flex-1">Documentation</span>
</a>
Expand Down

0 comments on commit 08fc4d9

Please sign in to comment.