Update src/pages/index.tsx
Browse files- src/pages/index.tsx +1 -2
src/pages/index.tsx
CHANGED
@@ -32,8 +32,7 @@ const PROVIDERS: ProviderInfo[] = [
|
|
32 |
{ color: "#4B0082", authors: ["m-a-p"] },
|
33 |
{ color: "#1E90FF", authors: ["moonshotai"] },
|
34 |
{ color: "#FF1493", authors: ["fnlp"] },
|
35 |
-
{ color: "#FFA500,
|
36 |
-
|
37 |
];
|
38 |
|
39 |
export async function getStaticProps() {
|
|
|
32 |
{ color: "#4B0082", authors: ["m-a-p"] },
|
33 |
{ color: "#1E90FF", authors: ["moonshotai"] },
|
34 |
{ color: "#FF1493", authors: ["fnlp"] },
|
35 |
+
{ color: "#FFA500", authors: ["inclusionAI"] },
|
|
|
36 |
];
|
37 |
|
38 |
export async function getStaticProps() {
|