Add BMAD framework, authentication, and new features
This commit is contained in:
@@ -103,7 +103,7 @@ export function LabelProvider({ children }: { children: ReactNode }) {
|
||||
}
|
||||
|
||||
const getLabelColorHelper = (name: string): LabelColorName => {
|
||||
const label = labels.find(l => l.name === name)
|
||||
const label = labels.find(l => l.name.toLowerCase() === name.toLowerCase())
|
||||
return label?.color || 'gray'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user