mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-13 14:07:38 +01:00
Refactor: update project status values to use consistent capitalization; enhance app configuration for preview environment
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
export function useProjectColors() {
|
||||
const statusColors: Record<string, string> = {
|
||||
'active': 'blue',
|
||||
'completed': 'green',
|
||||
'archived': 'neutral',
|
||||
'in progress': 'amber'
|
||||
'Active': 'blue',
|
||||
'Completed': 'green',
|
||||
'Archived': 'neutral',
|
||||
'In Progress': 'amber'
|
||||
}
|
||||
|
||||
const typeColors: Record<string, string> = {
|
||||
|
||||
Reference in New Issue
Block a user