mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-03-16 03:09:44 +01:00
fix: supprimer la fonction useProjectColors et ses définitions de couleurs
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
export function useProjectColors() {
|
||||
const statusColors: Record<string, string> = {
|
||||
'Active': 'blue',
|
||||
'Completed': 'green',
|
||||
'Archived': 'neutral',
|
||||
'In progress': 'amber'
|
||||
}
|
||||
|
||||
const typeColors: Record<string, string> = {
|
||||
'Personal Project': 'purple',
|
||||
'Academic Project': 'sky',
|
||||
'Infrastructure Project': 'emerald',
|
||||
'Internship Project': 'orange',
|
||||
'Research Project': 'blue'
|
||||
}
|
||||
|
||||
return {
|
||||
statusColors,
|
||||
typeColors
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user