Skip to content

Commit 0720da5

Browse files
authored
Update ecosystem sort dropdown menu (#54)
1 parent f4ff5f4 commit 0720da5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_includes/ecosystem_sort.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,23 @@
1212
<li>
1313
<a class="ecosystem-filter" id="sortHighLeft">GitHub Stars - Highest</a>
1414
</li>
15+
</ul>
16+
17+
<hr>
1518

19+
<ul>
1620
<li>
1721
<a class="ecosystem-filter" id="sortDateNew">Date Added - Newest</a>
1822
</li>
1923

2024
<li>
2125
<a class="ecosystem-filter" id="sortDateOld">Date Added - Oldest</a>
2226
</li>
27+
</ul>
28+
29+
<hr>
2330

31+
<ul>
2432
<li>
2533
<a class="ecosystem-filter" id="sortTitleHigh">Title - A-Z</a>
2634
</li>

0 commit comments

Comments
 (0)