Spaces:
Running
Running
Update src/constants/organizations.ts
Browse files
src/constants/organizations.ts
CHANGED
@@ -3,8 +3,9 @@ import { ProviderInfo } from "../types/heatmap";
|
|
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"] },
|
|
|
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"] },
|
10 |
{ color: "#F45098", authors: ["ginipick"] },
|
11 |
{ color: "#FEB800", authors: ["fantaxy"] },
|