aiqtech commited on
Commit
b0c8b2e
·
verified ·
1 Parent(s): 07032aa

Update src/constants/organizations.ts

Browse files
Files changed (1) hide show
  1. src/constants/organizations.ts +1 -6
src/constants/organizations.ts CHANGED
@@ -2,12 +2,7 @@ import { ProviderInfo } from "../types/heatmap";
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
 
5
-
6
- { color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy"] },
7
- { color: "#0088cc", authors: ["fantos"] },
8
- { color: "#A020F0", authors: ["aiqtech"] },
9
- { color: "#ff7000", authors: ["aiqcamp"] },
10
- { color: "#cc785c", authors: ["Heartsync"] },
11
 
12
  { color: "#ff7000", authors: ["tencent"] },
13
  { color: "#1877F2", authors: ["black-forest-labs"] },
 
2
 
3
  export const ORGANIZATIONS: ProviderInfo[] = [
4
 
5
+ { color: "#ff7000", authors: ["openfree","VIDraft","seawolf2357","ginigen","ginipick","fantaxy","fantos","aiqtech","aiqcamp","Heartsync"] },
 
 
 
 
 
6
 
7
  { color: "#ff7000", authors: ["tencent"] },
8
  { color: "#1877F2", authors: ["black-forest-labs"] },