Update src/pages/index.tsx
Browse files- src/pages/index.tsx +1 -0
src/pages/index.tsx
CHANGED
@@ -31,6 +31,7 @@ const PROVIDERS: ProviderInfo[] = [
|
|
31 |
{ color: "#8BC34A", authors: ["IndexTeam"] },
|
32 |
{ color: "#4B0082", authors: ["m-a-p"] },
|
33 |
{ color: "#1E90FF", authors: ["moonshotai"] },
|
|
|
34 |
|
35 |
];
|
36 |
|
|
|
31 |
{ color: "#8BC34A", authors: ["IndexTeam"] },
|
32 |
{ color: "#4B0082", authors: ["m-a-p"] },
|
33 |
{ color: "#1E90FF", authors: ["moonshotai"] },
|
34 |
+
{ color: "#FF1493", authors: ["fnlp"] },
|
35 |
|
36 |
];
|
37 |
|