diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-12 19:00:23 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-12 19:00:23 +0800 |
commit | 19f662c196daf8f28c95388eaca0acef230f3b3d (patch) | |
tree | 143979e9540bb41b63ae26f38e2a0204c2ec98c5 /packages/website/ts/@next/pages | |
parent | 585c789124ebd35d821a35c9b0f67b60fd19032b (diff) | |
download | dexon-sol-tools-19f662c196daf8f28c95388eaca0acef230f3b3d.tar.gz dexon-sol-tools-19f662c196daf8f28c95388eaca0acef230f3b3d.tar.zst dexon-sol-tools-19f662c196daf8f28c95388eaca0acef230f3b3d.zip |
Add icons to 0x instant
Diffstat (limited to 'packages/website/ts/@next/pages')
-rw-r--r-- | packages/website/ts/@next/pages/instant.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/website/ts/@next/pages/instant.tsx b/packages/website/ts/@next/pages/instant.tsx index 91a07594e..a678ad775 100644 --- a/packages/website/ts/@next/pages/instant.tsx +++ b/packages/website/ts/@next/pages/instant.tsx @@ -24,7 +24,7 @@ const CONFIGURATOR_HASH = 'configure'; const featuresData = [ { title: 'Support ERC-20 and ERC-721 tokens', - icon: 'coin', + icon: 'supportForAllEthereumStandards-large', description: 'Seamlessly integrate token purchasing into your product experience by offering digital assets ranging from in-game items to stablecoins.', links: [ { @@ -39,7 +39,7 @@ const featuresData = [ }, { title: 'Generate revenue for your business', - icon: 'coin', + icon: 'generateRevenueForYourBusiness-large', description: 'With just a few lines of code, you can earn up to 5% in affiliate fees on every transaction from your crypto wallet or dApp.', links: [ { @@ -50,7 +50,7 @@ const featuresData = [ }, { title: 'Easy and flexible integration', - icon: 'coin', + icon: 'flexibleIntegration0xInstant', description: 'Use our out-of-the-box design or customize the user interface by integrating the AssetBuyer engine. You can also tap into 0x networked liquidity or choose your own liquidity pool.', links: [ { |