mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-14 12:14:33 +01:00
Add icons to search query
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user