Skip to content
This repository was archived by the owner on Aug 9, 2021. It is now read-only.

Commit c2d8260

Browse files
author
Kenzo
committed
update rarible partner to live
1 parent 5df08a1 commit c2d8260

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/views/Landing/Partners.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ const applicationsArray = [
5959
shapePartnerObject('Zerion', Zerion, 'https://zerion.io'),
6060
shapePartnerObject('MetaMask', MetaMask, 'https://metamask.io'),
6161
shapePartnerObject('MolochDAO', MolochDAO, 'https://molochdao.com/'),
62+
shapePartnerObject('Rarible', Rarible, 'https://rarible.com/'),
6263
shapePartnerObject('Giveth', Giveth),
6364
shapePartnerObject('Aragon', Aragon),
6465
shapePartnerObject('ConsenSys MeshHub', ConsensysLogo),
6566
shapePartnerObject('Gnosis', Gnosis),
66-
shapePartnerObject('Rarible', Rarible),
6767
shapePartnerObject('SuperRare', SuperRare),
6868
shapePartnerObject('Microsponsors', Microsponsors),
6969
shapePartnerObject('EthDenver', EthDenver),
@@ -161,7 +161,7 @@ class Partners extends Component {
161161
</main>
162162

163163
<Footer />
164-
</div >
164+
</div>
165165
);
166166
}
167167
}

0 commit comments

Comments
 (0)