diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-12 20:08:31 +0800 |
---|---|---|
committer | Ezekiel Aquino <ezekiel@bakkenbaeck.no> | 2018-12-12 20:32:42 +0800 |
commit | 6262e06afd7cb7522235f4a42c2648c6cfa91383 (patch) | |
tree | 9d8f27e6ca0a49f308bc7089f56fbc253b6eb915 /packages/website | |
parent | b1f4bb722d9a6aaacdd3fdfe1bf7049efe043aa7 (diff) | |
download | dexon-sol-tools-6262e06afd7cb7522235f4a42c2648c6cfa91383.tar dexon-sol-tools-6262e06afd7cb7522235f4a42c2648c6cfa91383.tar.gz dexon-sol-tools-6262e06afd7cb7522235f4a42c2648c6cfa91383.tar.bz2 dexon-sol-tools-6262e06afd7cb7522235f4a42c2648c6cfa91383.tar.lz dexon-sol-tools-6262e06afd7cb7522235f4a42c2648c6cfa91383.tar.xz dexon-sol-tools-6262e06afd7cb7522235f4a42c2648c6cfa91383.tar.zst dexon-sol-tools-6262e06afd7cb7522235f4a42c2648c6cfa91383.zip |
Remove old dropdown
Diffstat (limited to 'packages/website')
-rw-r--r-- | packages/website/ts/@next/pages/why.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/@next/pages/why.tsx b/packages/website/ts/@next/pages/why.tsx index d0d909949..b2d025b8f 100644 --- a/packages/website/ts/@next/pages/why.tsx +++ b/packages/website/ts/@next/pages/why.tsx @@ -75,7 +75,7 @@ const useCaseSlides = [ description: 'Efficient lending requires liquid markets where investors can buy and re-sell loans. 0x enables an ecosystem of lenders to self-organize and efficiently determine market prices for all outstanding loans.', }, ]; - +// export class NextWhy extends React.PureComponent { public render(): React.ReactNode { return ( |