Update components/project/project-result-bar.tsx

Co-authored-by: Y6NDR <19380973+thebeyondr@users.noreply.github.com>
This commit is contained in:
Kalidou Diagne
2023-09-08 21:01:02 +02:00
committed by GitHub
parent 2c91e6884a
commit d36e936c86

View File

@@ -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) => {