diff options
author | August Skare <post@augustskare.no> | 2018-10-30 15:24:14 +0800 |
---|---|---|
committer | August Skare <post@augustskare.no> | 2018-10-30 15:24:14 +0800 |
commit | 50c4909f2249c3c73675ba8d13122bd520394363 (patch) | |
tree | e05c78808841c5c9c31a2fb758d22c5bd8f831b5 /packages/dev-tools-pages/ts/components | |
parent | dd8b9bf98722e2532624403dca1524682600bfa4 (diff) | |
download | dexon-sol-tools-50c4909f2249c3c73675ba8d13122bd520394363.tar dexon-sol-tools-50c4909f2249c3c73675ba8d13122bd520394363.tar.gz dexon-sol-tools-50c4909f2249c3c73675ba8d13122bd520394363.tar.bz2 dexon-sol-tools-50c4909f2249c3c73675ba8d13122bd520394363.tar.lz dexon-sol-tools-50c4909f2249c3c73675ba8d13122bd520394363.tar.xz dexon-sol-tools-50c4909f2249c3c73675ba8d13122bd520394363.tar.zst dexon-sol-tools-50c4909f2249c3c73675ba8d13122bd520394363.zip |
change footer copy
Diffstat (limited to 'packages/dev-tools-pages/ts/components')
-rw-r--r-- | packages/dev-tools-pages/ts/components/Footer.tsx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/dev-tools-pages/ts/components/Footer.tsx b/packages/dev-tools-pages/ts/components/Footer.tsx index 2b7f4f305..aa2a6eed9 100644 --- a/packages/dev-tools-pages/ts/components/Footer.tsx +++ b/packages/dev-tools-pages/ts/components/Footer.tsx @@ -39,8 +39,7 @@ function Footer(props: Props) { <Media as="aside"> <Icon as={MainIcon} /> <Small> - Built by 0x. 0x is an open, permissionless protocol allowing for ERC20 tokens to be traded on - the Ethereum blockchain. + 0x is an open, permissionless protocol allowing for tokens to be traded on the Ethereum blockchain. </Small> </Media> </Container> |