From cf442dc7ba5a81ad4a80b44b658d012a5367ecc6 Mon Sep 17 00:00:00 2001 From: Kenk Date: Wed, 27 Sep 2023 09:35:38 +0700 Subject: [PATCH] feat(website): add izar and omnisea to ecosystem page (#14825) Co-authored-by: dave | d1onys1us <13951458+d1onys1us@users.noreply.github.com> --- .../website/components/Ecosystem/EcosystemSection.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages/website/components/Ecosystem/EcosystemSection.tsx b/packages/website/components/Ecosystem/EcosystemSection.tsx index f0a3594263b..ee1c91433ed 100644 --- a/packages/website/components/Ecosystem/EcosystemSection.tsx +++ b/packages/website/components/Ecosystem/EcosystemSection.tsx @@ -135,6 +135,15 @@ const ecosystemData: EcosystemData[] = [ filters: [], isLive: true, }, + { + icon: "/images/ecosystem/izar.png", + name: "IZAR", + link: "https://izar.xyz/", + description: + "IZAR is a privacy-preserving interoperability protocol between Ethereum and Aleo ecosystem, harnessing the power of zero-knowledge cryptography to protect user privacy and security.", + filters: [], + isLive: true, + }, { icon: "/images/ecosystem/metamerge.png", name: "Meta Merge",