(index: number)
| 15 | const colorPalette = generateColorPalette(22); // Reduced by 2 to account for Founders and Investors groups |
| 16 | |
| 17 | export const getColorForGroup = (index: number): string => { |
| 18 | return colorPalette[index % colorPalette.length]; |
| 19 | }; |
no outgoing calls
no test coverage detected