Mishig commited on
Commit
9a4b7ac
1 Parent(s): a4c3fca

[Trending assistants] make ui visible (#966)

Browse files
Files changed (1) hide show
  1. src/routes/assistants/+page.svelte +1 -1
src/routes/assistants/+page.svelte CHANGED
@@ -211,7 +211,7 @@
211
  <select
212
  bind:value={sortValue}
213
  on:change={sortAssistants}
214
- class="hidden rounded-lg border border-gray-300 bg-gray-50 px-2 py-1 text-sm text-gray-900 focus:border-blue-700 focus:ring-blue-700 dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:placeholder-gray-400"
215
  >
216
  <option value={SortKey.POPULAR}>{SortKey.POPULAR}</option>
217
  <option value={SortKey.TRENDING}>{SortKey.TRENDING}</option>
 
211
  <select
212
  bind:value={sortValue}
213
  on:change={sortAssistants}
214
+ class="rounded-lg border border-gray-300 bg-gray-50 px-2 py-1 text-sm text-gray-900 focus:border-blue-700 focus:ring-blue-700 dark:border-gray-600 dark:bg-gray-700 dark:text-white dark:placeholder-gray-400"
215
  >
216
  <option value={SortKey.POPULAR}>{SortKey.POPULAR}</option>
217
  <option value={SortKey.TRENDING}>{SortKey.TRENDING}</option>