Skip to content

Commit

Permalink
Fixed issue with gene cart link - href was on the span
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Nov 30, 2023
2 parents b2973f8 + 240c3c0 commit 33afb58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/include/primary_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@
<li>
<span class="icon-text is-align-items-center is-flex">
<span class="icon"><i class="mdi mdi-18px mdi-folder-text-outline"></i></span>
<<<<<<< HEAD
<span class="icon-text-part"><a tool="manage_genes" href="./gene_collection_manager.html">Gene Lists</a></span>
=======
<span class="icon-text-part" href="./gene_collection_manager.html"><a tool="manage_genes">Gene Collections</a></span>
>>>>>>> 240c3c02d771128f079521de61e9dc6f3c87412b
</span>
</li>
<li>
Expand Down

0 comments on commit 33afb58

Please sign in to comment.