Adds uniswap and update styles

This commit is contained in:
Andy Tudhope 2019-04-23 10:41:19 +02:00
parent bd524aff54
commit 8db200bef2
No known key found for this signature in database
GPG Key ID: 02A3DFA93BF26AD2
3 changed files with 10 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View File

@ -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',

View File

@ -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;