Add OneStarDao to organizations list

#13
Files changed (1) hide show
  1. src/constants/organizations.ts +5 -0
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
  ];