diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-06-23 03:04:45 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-06-23 03:04:45 +0800 |
commit | 80fe1938b8cc7ad2b72972133cf9594fa4ee04d9 (patch) | |
tree | 28e01061f786b1d8177ed3171350309f8a64b1e0 | |
parent | 2409afae952bc5f8eb5ffa2346cd5220a1bcce00 (diff) | |
download | dexon-sol-tools-80fe1938b8cc7ad2b72972133cf9594fa4ee04d9.tar dexon-sol-tools-80fe1938b8cc7ad2b72972133cf9594fa4ee04d9.tar.gz dexon-sol-tools-80fe1938b8cc7ad2b72972133cf9594fa4ee04d9.tar.bz2 dexon-sol-tools-80fe1938b8cc7ad2b72972133cf9594fa4ee04d9.tar.lz dexon-sol-tools-80fe1938b8cc7ad2b72972133cf9594fa4ee04d9.tar.xz dexon-sol-tools-80fe1938b8cc7ad2b72972133cf9594fa4ee04d9.tar.zst dexon-sol-tools-80fe1938b8cc7ad2b72972133cf9594fa4ee04d9.zip |
Fix tslint error
-rw-r--r-- | packages/website/ts/pages/about/about.tsx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/packages/website/ts/pages/about/about.tsx b/packages/website/ts/pages/about/about.tsx index e427104aa..0259af36f 100644 --- a/packages/website/ts/pages/about/about.tsx +++ b/packages/website/ts/pages/about/about.tsx @@ -165,16 +165,16 @@ const teamRow5: ProfileInfo[] = [ }, ]; -const teamRow6: ProfileInfo[] = [ - // { - // 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 teamRow6: ProfileInfo[] = [ +// { +// 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[] = [ { |