diff --git a/packages/website/ts/components/dropdowns/dropdown_products.tsx b/packages/website/ts/components/dropdowns/dropdown_products.tsx index fb85130c14..790d30bef7 100644 --- a/packages/website/ts/components/dropdowns/dropdown_products.tsx +++ b/packages/website/ts/components/dropdowns/dropdown_products.tsx @@ -18,7 +18,7 @@ const navData = [ url: WebsitePaths.LaunchKit, }, { - title: '0x Extensions', + title: 'Extensions', description: 'Support new types of trading on your relayer with 0x Extensions', url: WebsitePaths.Extensions, }, diff --git a/packages/website/ts/components/footer.tsx b/packages/website/ts/components/footer.tsx index 0c34143755..0cc6449922 100644 --- a/packages/website/ts/components/footer.tsx +++ b/packages/website/ts/components/footer.tsx @@ -33,7 +33,7 @@ const linkRows: LinkRows[] = [ links: [ { url: WebsitePaths.Instant, text: '0x Instant' }, { url: WebsitePaths.LaunchKit, text: '0x Launch Kit' }, - { url: WebsitePaths.Extensions, text: '0x Extensions' }, + { url: WebsitePaths.Extensions, text: 'Extensions' }, { url: WebsitePaths.Vote, text: 'Governance' }, ], }, diff --git a/packages/website/ts/icons/illustrations/dutchAuction.svg b/packages/website/ts/icons/illustrations/dutchAuction.svg index 5035cb0646..f4f20d2c68 100644 --- a/packages/website/ts/icons/illustrations/dutchAuction.svg +++ b/packages/website/ts/icons/illustrations/dutchAuction.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/website/ts/icons/illustrations/extensions.svg b/packages/website/ts/icons/illustrations/extensions.svg new file mode 100644 index 0000000000..a192577123 --- /dev/null +++ b/packages/website/ts/icons/illustrations/extensions.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/packages/website/ts/icons/illustrations/forwarderContract.svg b/packages/website/ts/icons/illustrations/forwarderContract.svg index b545242d8c..1bb0b2b265 100644 --- a/packages/website/ts/icons/illustrations/forwarderContract.svg +++ b/packages/website/ts/icons/illustrations/forwarderContract.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/website/ts/icons/illustrations/whitelistFilter.svg b/packages/website/ts/icons/illustrations/whitelistFilter.svg index cb6fe2e658..ffd88ed242 100644 --- a/packages/website/ts/icons/illustrations/whitelistFilter.svg +++ b/packages/website/ts/icons/illustrations/whitelistFilter.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/packages/website/ts/pages/extensions.tsx b/packages/website/ts/pages/extensions.tsx index 23d50b3369..89dc31913c 100644 --- a/packages/website/ts/pages/extensions.tsx +++ b/packages/website/ts/pages/extensions.tsx @@ -29,7 +29,7 @@ const extensionData: Extension[] = [ description: `Dutch Auctions continually reduce prices until a buyer is found. They're perfect for new or rare assets, and with 0x's off-chain model, they're gas-efficient as well.`, links: [ { - text: 'Learn More', + text: 'Explore the Docs', url: 'https://github.com/0xProject/0x-monorepo/blob/development/contracts/extensions/contracts/src/DutchAuction/DutchAuction.sol', }, @@ -41,7 +41,7 @@ const extensionData: Extension[] = [ description: `Say goodbye to WETH! The Forwarder Contract will automatically wrap ETH and fill orders, making buying assets on 0x one step simpler.`, links: [ { - text: 'Learn More', + text: 'Explore the Docs', url: 'https://github.com/0xProject/0x-protocol-specification/blob/master/v2/forwarder-specification.md', }, ], @@ -52,7 +52,7 @@ const extensionData: Extension[] = [ description: `Restrict access to your relayer with a Whitelist of approved traders. Bring your own list of addresses, or use Wyre's KYC list for free.`, links: [ { - text: 'Learn More', + text: 'Explore the Docs', url: 'https://github.com/0xProject/0x-protocol-specification/blob/master/v2/v2-specification.md#whitelist', }, @@ -73,7 +73,7 @@ export class Extensions extends React.Component { isFullWidth={false} title="0x Extensions" description="Support new types of trading on your relayer with 0x Extensions" - figure={} + figure={} actions={} />