mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
Update components/project/project-result-bar.tsx
Co-authored-by: Y6NDR <19380973+thebeyondr@users.noreply.github.com>
This commit is contained in:
@@ -15,7 +15,7 @@ const projectSortItems: { label: string; value: ProjectSortBy }[] = [
|
||||
{ label: "Random", value: "random" },
|
||||
{ label: "Title: A-Z", value: "asc" },
|
||||
{ label: "Title: Z-A", value: "desc" },
|
||||
{ label: "Relevancy", value: "relevancy" },
|
||||
{ label: "Relevance", value: "relevance" },
|
||||
]
|
||||
|
||||
const getSortLabel = (sortBy: ProjectSortBy) => {
|
||||
|
||||
Reference in New Issue
Block a user