AdinaY HF Staff commited on
Commit
991e857
·
verified ·
1 Parent(s): 2ce091e

Update src/pages/index.tsx

Browse files
Files changed (1) hide show
  1. 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