Spaces:
Running
Running
Update src/constants/organizations.ts
Browse files
src/constants/organizations.ts
CHANGED
@@ -44,7 +44,7 @@ function generateUniqueColors(count: number): string[] {
|
|
44 |
const uniqueColors = generateUniqueColors(94);
|
45 |
|
46 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
47 |
-
{ color: uniqueColors[0], authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync"
|
48 |
{ color: uniqueColors[1], authors: ["kakaobrain"] },
|
49 |
{ color: uniqueColors[2], authors: ["NCSOFT"] },
|
50 |
{ color: uniqueColors[3], authors: ["upstage"] },
|
|
|
44 |
const uniqueColors = generateUniqueColors(94);
|
45 |
|
46 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
47 |
+
{ color: uniqueColors[0], authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync"] },
|
48 |
{ color: uniqueColors[1], authors: ["kakaobrain"] },
|
49 |
{ color: uniqueColors[2], authors: ["NCSOFT"] },
|
50 |
{ color: uniqueColors[3], authors: ["upstage"] },
|