Skip to content

Commit

Permalink
Add IF Labs and developer section to ecosystem (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
NullSoldier authored Oct 29, 2024
1 parent 7a81aad commit 5192482
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions content/ecosystem/ecosystem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export const ECOSYSTEM_TYPES = [
"Wallets",
"Mining Pools",
"Mining Software",
"Developers",
] as const;

type Ecosystem = (typeof ECOSYSTEM_TYPES)[number];
Expand All @@ -22,6 +23,12 @@ export const ECOSYSTEM: Array<{
link: "https://oreowallet.com/",
image: "/images/ecosystem/oreowallet.png",
},
{
type: "Developers",
name: "IF Labs",
link: "https://iflabs.network/",
image: "/images/ecosystem/if-labs.png",
},
{
type: "Apps",
name: "Orescriptions",
Expand Down
Binary file added public/images/ecosystem/if-labs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5192482

Please sign in to comment.