Add OneStarDao to organizations list
#13
by OneStarDao - opened
src/constants/organizations.ts
CHANGED
|
@@ -165,4 +165,9 @@ export const ORGANIZATIONS: ProviderInfo[] = [
|
|
| 165 |
authors: ["Major-TOM"],
|
| 166 |
tags: ["climate"]
|
| 167 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
];
|
|
|
|
| 165 |
authors: ["Major-TOM"],
|
| 166 |
tags: ["climate"]
|
| 167 |
}
|
| 168 |
+
{
|
| 169 |
+
color: "#7A5AF8",
|
| 170 |
+
authors: ["OneStarDao"],
|
| 171 |
+
tags: ["math"]
|
| 172 |
+
}
|
| 173 |
];
|