Spaces:
Running
Running
Update src/constants/organizations.ts
Browse files
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"] },
|