aiqtech commited on
Commit
cbf67ef
·
verified ·
1 Parent(s): ecce901

Update src/constants/organizations.ts

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