diff --git a/design-site/src/data/users/showcase/althena.png b/design-site/src/data/users/showcase/althena.png new file mode 100644 index 00000000..8db39302 Binary files /dev/null and b/design-site/src/data/users/showcase/althena.png differ 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);