Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
kalidiagne committed Sep 8, 2023
1 parent bcd400c commit 46d3a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state/useProjectFiltersState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { create } from "zustand"
import { ProjectInterface } from "@/lib/types"
import { uniq } from "@/lib/utils"

export type ProjectSortBy = "random" | "asc" | "desc" | "relevancy"
export type ProjectSortBy = "random" | "asc" | "desc" | "relevance"
export type ProjectFilter = "keywords" | "builtWith" | "themes"
export type FiltersProps = Record<ProjectFilter, string[]>

Expand Down

0 comments on commit 46d3a05

Please sign in to comment.