fix: add missing sort-by-display element in watchlist
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<ui-dropdown class="relative block" data-align="right" data-width="min-w-[150px]">
|
<ui-dropdown class="relative block" data-align="right" data-width="min-w-[150px]">
|
||||||
<div data-trigger>
|
<div data-trigger>
|
||||||
<button type="button" class="flex items-center gap-2 text-sm text-neutral-400 transition-colors hover:text-white">
|
<button type="button" class="flex items-center gap-2 text-sm text-neutral-400 transition-colors hover:text-white">
|
||||||
<span>Sort by</span>
|
<span>Sort by: <span id="sort-by-display">Date Added</span></span>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="m6 9 6 6 6-6"/></svg>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user