Spaces:
Running
Running
Update src/constants/organizations.ts
Browse files
src/constants/organizations.ts
CHANGED
@@ -4,6 +4,20 @@ export const ORGANIZATIONS: ProviderInfo[] = [
|
|
4 |
|
5 |
{ color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync","immunobiotech","kolaslab"] },
|
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
{ color: "#ff7000", authors: ["kakaobrain"] },
|
8 |
{ color: "#1877F2", authors: ["NCSOFT"] },
|
9 |
{ color: "#10A37F", authors: ["upstage"] },
|
|
|
4 |
|
5 |
{ color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync","immunobiotech","kolaslab"] },
|
6 |
|
7 |
+
{ color: "#ff7000", authors: ["openfree"] },
|
8 |
+
{ color: "#ff7000", authors: ["VIDraft"] },
|
9 |
+
{ color: "#1877F2", authors: ["seawolf2357"] },
|
10 |
+
{ color: "#10A37F", authors: ["ginigen"] },
|
11 |
+
{ color: "#cc785c", authors: ["ginipick"] },
|
12 |
+
{ color: "#DB4437", authors: ["fantaxy"] },
|
13 |
+
{ color: "#F45098", authors: ["fantos"] },
|
14 |
+
{ color: "#0088cc", authors: ["aiqtech"] },
|
15 |
+
{ color: "#FEB800", authors: ["aiqcamp"] },
|
16 |
+
{ color: "#76B900", authors: ["Heartsync"] },
|
17 |
+
{ color: "#4C6EE6", authors: ["immunobiotech"] },
|
18 |
+
{ color: "#4C6EE6", authors: ["kolaslab"] },
|
19 |
+
|
20 |
+
|
21 |
{ color: "#ff7000", authors: ["kakaobrain"] },
|
22 |
{ color: "#1877F2", authors: ["NCSOFT"] },
|
23 |
{ color: "#10A37F", authors: ["upstage"] },
|