diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-07-17 16:16:29 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-07-17 16:16:29 +0800 |
commit | a9038f2afc974cecf567a9aef50267d29a995e02 (patch) | |
tree | ba718cc531650cf599fdc88158e94c84bfd01fcd | |
parent | 0c04d490bb3217d4f2c7e2ba07e48d12f73e5c24 (diff) | |
download | dexon-sol-tools-a9038f2afc974cecf567a9aef50267d29a995e02.tar dexon-sol-tools-a9038f2afc974cecf567a9aef50267d29a995e02.tar.gz dexon-sol-tools-a9038f2afc974cecf567a9aef50267d29a995e02.tar.bz2 dexon-sol-tools-a9038f2afc974cecf567a9aef50267d29a995e02.tar.lz dexon-sol-tools-a9038f2afc974cecf567a9aef50267d29a995e02.tar.xz dexon-sol-tools-a9038f2afc974cecf567a9aef50267d29a995e02.tar.zst dexon-sol-tools-a9038f2afc974cecf567a9aef50267d29a995e02.zip |
Add chris to website
-rw-r--r-- | packages/website/ts/pages/about/about.tsx | 16 | ||||
-rw-r--r-- | yarn.lock | 3 |
2 files changed, 9 insertions, 10 deletions
diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index be4a67cb3..33581c938 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -181,14 +181,14 @@ const teamRow6: ProfileInfo[] = [ image: 'images/team/peter.jpg', linkedIn: 'https://www.linkedin.com/in/peter-z-7b9595163/', }, - // { - // name: 'Chris Kalani', - // title: 'Director of Design', - // description: `Previously founded Wake (acquired by InVision). Early Facebook product designer.`, - // image: 'images/team/chris.png', - // linkedIn: 'https://www.linkedin.com/in/chriskalani/', - // github: 'https://github.com/chriskalani', - // }, + { + name: 'Chris Kalani', + title: 'Director of Design', + description: `Previously founded Wake (acquired by InVision). Early Facebook product designer.`, + image: 'images/team/chris.png', + linkedIn: 'https://www.linkedin.com/in/chriskalani/', + github: 'https://github.com/chriskalani', + }, ]; const advisors: ProfileInfo[] = [ @@ -4518,7 +4518,6 @@ ethereumjs-wallet@~0.6.0: ethers@0xproject/ethers.js#eip-838-reasons, ethers@3.0.22: version "3.0.18" - uid b91342bd200d142af0165d6befddf783c8ae8447 resolved "https://codeload.github.com/0xproject/ethers.js/tar.gz/b91342bd200d142af0165d6befddf783c8ae8447" dependencies: aes-js "3.0.0" @@ -8473,7 +8472,7 @@ now-and-later@^2.0.0: dependencies: once "^1.3.2" -npm-run-all@4.1.3, npm-run-all@^4.1.2: +npm-run-all@^4.1.2: version "4.1.3" resolved "https://registry.yarnpkg.com/npm-run-all/-/npm-run-all-4.1.3.tgz#49f15b55a66bb4101664ce270cb18e7103f8f185" dependencies: |