fantaxy commited on
Commit
9085d09
·
verified ·
1 Parent(s): 679ceee

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +3 -4
src/constants/organizations.ts CHANGED
@@ -44,10 +44,10 @@ function generateUniqueColors(count: number): string[] {
44
  const uniqueColors = generateUniqueColors(94);
45
 
46
  export const ORGANIZATIONS: ProviderInfo[] = [
47
- { color: uniqueColors[0], authors: ["aiqcamp",,"cutechicken","kolaslab"] },
48
  { color: uniqueColors[8], authors: ["openfree"] },
49
  { color: uniqueColors[9], authors: ["VIDraft"] },
50
- { color: uniqueColors[10], authors: ["ginigen","ginipick"] },
51
  { color: uniqueColors[11], authors: ["seawolf2357"] },
52
  { color: uniqueColors[12], authors: ["fantaxy"] },
53
  { color: uniqueColors[13], authors: ["fantos"] },
@@ -56,7 +56,6 @@ export const ORGANIZATIONS: ProviderInfo[] = [
56
 
57
  { color: uniqueColors[4], authors: ["moreh"] },
58
  { color: uniqueColors[7], authors: ["OnomaAIResearch"] },
59
-
60
  { color: uniqueColors[8], authors: ["LGAI-EXAONE"] },
61
  { color: uniqueColors[9], authors: ["naver-hyperclovax", "naver-ai"] },
62
  { color: uniqueColors[10], authors: ["kakaocorp", "kakaobrain", "kakaobank"] },
@@ -65,5 +64,5 @@ export const ORGANIZATIONS: ProviderInfo[] = [
65
  { color: uniqueColors[13], authors: ["SamsungResearch", "SamsungSAILMontreal"] },
66
  { color: uniqueColors[14], authors: ["upstage"] },
67
  { color: uniqueColors[15], authors: ["NCSOFT"] },
68
- { color: uniqueColors[16], authors: ["LDCC"]},
69
  ];
 
44
  const uniqueColors = generateUniqueColors(94);
45
 
46
  export const ORGANIZATIONS: ProviderInfo[] = [
47
+ { color: uniqueColors[0], authors: ["aiqcamp", "cutechicken", "kolaslab"] }, // 빈 값 제거
48
  { color: uniqueColors[8], authors: ["openfree"] },
49
  { color: uniqueColors[9], authors: ["VIDraft"] },
50
+ { color: uniqueColors[10], authors: ["ginigen", "ginipick"] },
51
  { color: uniqueColors[11], authors: ["seawolf2357"] },
52
  { color: uniqueColors[12], authors: ["fantaxy"] },
53
  { color: uniqueColors[13], authors: ["fantos"] },
 
56
 
57
  { color: uniqueColors[4], authors: ["moreh"] },
58
  { color: uniqueColors[7], authors: ["OnomaAIResearch"] },
 
59
  { color: uniqueColors[8], authors: ["LGAI-EXAONE"] },
60
  { color: uniqueColors[9], authors: ["naver-hyperclovax", "naver-ai"] },
61
  { color: uniqueColors[10], authors: ["kakaocorp", "kakaobrain", "kakaobank"] },
 
64
  { color: uniqueColors[13], authors: ["SamsungResearch", "SamsungSAILMontreal"] },
65
  { color: uniqueColors[14], authors: ["upstage"] },
66
  { color: uniqueColors[15], authors: ["NCSOFT"] },
67
+ { color: uniqueColors[16], authors: ["LDCC"] },
68
  ];