aiqtech commited on
Commit
65550fb
·
verified ·
1 Parent(s): e222909

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +4 -2
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
- { color: "#0088cc", authors: ["vidraft"] },
6
- { color: "#cc785c", authors: ["heartsync"] },
 
 
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"] },