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

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +4 -5
src/constants/organizations.ts CHANGED
@@ -1,13 +1,12 @@
1
  import { ProviderInfo } from "../types/heatmap";
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"] },
12
  { color: "#F45098", authors: ["ginipick"] },
13
  { color: "#FEB800", authors: ["fantaxy"] },
 
1
  import { ProviderInfo } from "../types/heatmap";
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
 
4
 
5
+ { color: "#0088cc", authors: ["vidraft"] },
6
+ { color: "#cc785c", authors: ["heartsync"] },
 
 
7
 
8
+ { color: "#ff7000", authors: ["openfree"] },
9
+ { color: "#10A37F", authors: ["seawolf2357"] },
10
  { color: "#DB4437", authors: ["ginigen"] },
11
  { color: "#F45098", authors: ["ginipick"] },
12
  { color: "#FEB800", authors: ["fantaxy"] },