Spaces:
Running
Running
Update src/constants/organizations.ts
Browse files
src/constants/organizations.ts
CHANGED
|
@@ -2,8 +2,10 @@ import { ProviderInfo } from "../types/heatmap";
|
|
| 2 |
|
| 3 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
| 4 |
{ color: "#ff7000", authors: ["openfree"] },
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
{ color: "#10A37F", authors: ["seawolf2357"] },
|
| 8 |
|
| 9 |
{ color: "#DB4437", authors: ["ginigen"] },
|
|
|
|
| 2 |
|
| 3 |
export const ORGANIZATIONS: ProviderInfo[] = [
|
| 4 |
{ color: "#ff7000", authors: ["openfree"] },
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
{ color: "#0088cc", authors: ["vidraft"], isEnterprise: true }, // ✨ 추가
|
| 8 |
+
{ color: "#cc785c", authors: ["heartsync"], isEnterprise: true }, // ✨ 추가
|
| 9 |
{ color: "#10A37F", authors: ["seawolf2357"] },
|
| 10 |
|
| 11 |
{ color: "#DB4437", authors: ["ginigen"] },
|