mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-30 11:28:40 +01:00
Refactor: swap status colors for 'active' and 'completed'; add full-card link overlay for navigation
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
export function useProjectColors() {
|
||||
const statusColors: Record<string, string> = {
|
||||
'active': 'green',
|
||||
'completed': 'blue',
|
||||
'active': 'blue',
|
||||
'completed': 'green',
|
||||
'archived': 'neutral',
|
||||
'in-progress': 'amber',
|
||||
'in progress': 'amber'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user