Skip to content

Commit

Permalink
Add undust.me and ecotoken
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Nov 6, 2023
1 parent a7ce35e commit 7d63b05
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/app/public/partners/coinable.svg

This file was deleted.

Binary file added packages/app/public/partners/ecotoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/app/public/partners/undustme.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions packages/app/src/grow/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ export const partners = [
imageUrl: "partners/drip.jpeg",
},
{
name: "Coinable",
imageUrl: "partners/coinable.svg",
name: "undust.me",
website: "https://undust.me/",
imageUrl: "partners/undustme.png",
},
{
name: "ecoToken",
website: "https://app.ecotoken.earth/",
imageUrl: "partners/ecotoken.png",
},
];

0 comments on commit 7d63b05

Please sign in to comment.