From 3fca3d936dfdab28a30e6fb269136bc19b082837 Mon Sep 17 00:00:00 2001 From: Chongyu Yuan Date: Wed, 22 Jun 2022 14:51:28 +0800 Subject: [PATCH] add althena to users.js --- design-site/src/data/users/users.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/design-site/src/data/users/users.js b/design-site/src/data/users/users.js index da1705a0..74b091a5 100644 --- a/design-site/src/data/users/users.js +++ b/design-site/src/data/users/users.js @@ -153,6 +153,14 @@ source: 'https://app.nftjam.net/', tags: ['opensource','algorand'], }, + { + title: 'Althena', + description: 'The goal of Althena is to deliver the best market prices for traders and developers by aggregating over multiple decentralized exchanges, market makers, and lending protocols.', + preview: require('./showcase/althena.png'), + website: 'https://www.althena.io/', + source: 'https://github.com/nnnggel/althena', + tags: ['opensource','algorand'], + }, ] export const TagList = Object.keys(Tags);