Add icons to search query

This commit is contained in:
2024-09-03 20:14:31 +02:00
parent 2c100ecc13
commit 9f3e18ae0d
3 changed files with 13 additions and 3 deletions

View File

@@ -4,6 +4,13 @@ export const COLORS = ['gray', 'slate', 'zinc', 'neutral', 'stone', 'red', 'oran
export const Subscription = ['free', 'paid'] as const
export const IconsCollection = [
'ph',
'heroicons',
'vscode-icons',
'simple-icons',
] as const
// Category
export const CreateCategorySchema = z.object({
name: z.string().min(4).max(20),