Spaces:
Running
Running
Update src/pages/index.tsx
Browse files- src/pages/index.tsx +13 -14
src/pages/index.tsx
CHANGED
@@ -3,22 +3,21 @@ import ActivityCalendar from "react-activity-calendar";
|
|
3 |
import { Tooltip } from '@mui/material';
|
4 |
|
5 |
const PROVIDERS_MAP = {
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"Ohenenoo": { color: "#ff33a1", authors: ["PeepDaSlan9"] },
|
11 |
"Omnibus": { color: "#a1ff33", authors: ["Omnibus"] },
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
"Xenova": { color: "#33ffcc", authors: ["Xenova"] },
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
"Nymbo": { color: "#55fac0", authors: ["Nymbo"] },
|
23 |
};
|
24 |
|
|
|
3 |
import { Tooltip } from '@mui/material';
|
4 |
|
5 |
const PROVIDERS_MAP = {
|
6 |
+
"akhaliq": { color: "#ff5733", authors: ["akhaliq"] },
|
7 |
+
"Sylvain Filoni": { color: "#33ff57", authors: ["fffiloni"] },
|
8 |
+
"multimodalart": { color: "#3357ff", authors: ["multimodalart"] },
|
9 |
+
"PeepDaSlan9": { color: "#ff33a1", authors: ["PeepDaSlan9"] },
|
|
|
10 |
"Omnibus": { color: "#a1ff33", authors: ["Omnibus"] },
|
11 |
+
"ysharma": { color: "#ffa133", authors: ["ysharma"] },
|
12 |
+
"merve": { color: "#33a1ff", authors: ["merve"] },
|
13 |
+
"Tonic": { color: "#a133ff", authors: ["Tonic"] },
|
14 |
+
"radames": { color: "#ff3366", authors: ["radames"] },
|
15 |
"Xenova": { color: "#33ffcc", authors: ["Xenova"] },
|
16 |
+
"jbilcke": { color: "#cc33ff", authors: ["jbilcke-hf"] },
|
17 |
+
"tonyassi": { color: "#ffcc33", authors: ["tonyassi"] },
|
18 |
+
"ehristoforu": { color: "#33ccff", authors: ["ehristoforu"] },
|
19 |
+
"artificialguybr": { color: "#ccff33", authors: ["artificialguybr"] },
|
20 |
+
"prithivMLmods": { color: "#ff6633", authors: ["prithivMLmods"] },
|
21 |
"Nymbo": { color: "#55fac0", authors: ["Nymbo"] },
|
22 |
};
|
23 |
|