diff --git a/public/images/dapps/uniswap.png b/public/images/dapps/uniswap.png new file mode 100644 index 0000000..f5881e8 Binary files /dev/null and b/public/images/dapps/uniswap.png differ diff --git a/src/common/data/dapps.js b/src/common/data/dapps.js index ecedc5c..1dad97c 100644 --- a/src/common/data/dapps.js +++ b/src/common/data/dapps.js @@ -26,6 +26,15 @@ const Dapps = [ category: Categories.EXCHANGES, dateAdded: '2019-04-05', }, + { + name: 'Uniswap', + url: 'https://uniswap.exchange/', + description: + 'Seamlessly exchange of ERC20 tokens, or use a formalized model to pooling liquidity reserves.', + image: '/images/dapps/uniswap.png', + category: Categories.EXCHANGES, + dateAdded: '2019-04-23', + }, { name: 'DAI by MakerDao', url: 'https://dai.makerdao.com', diff --git a/src/modules/Categories/Categories.module.scss b/src/modules/Categories/Categories.module.scss index 85229a7..5121007 100644 --- a/src/modules/Categories/Categories.module.scss +++ b/src/modules/Categories/Categories.module.scss @@ -36,7 +36,7 @@ padding: calculateRem(12); margin: calculateRem(4); cursor: pointer; - text-align: left; + text-align: -webkit-center; overflow: hidden; display: flex; flex-direction: column;