diff options
author | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 18:34:14 +0800 |
---|---|---|
committer | Fred Carlsen <fred@sjelfull.no> | 2018-12-13 18:37:32 +0800 |
commit | f4e9103b6f4e5aa23acf32945a473c85dd7ed292 (patch) | |
tree | 2f0ba6c2da250fd7a409f27c1b90b984c546472b /packages/website/ts/@next/pages | |
parent | f8e95ae483281d91569364aa8ae28ccecc48b8f4 (diff) | |
download | dexon-sol-tools-f4e9103b6f4e5aa23acf32945a473c85dd7ed292.tar dexon-sol-tools-f4e9103b6f4e5aa23acf32945a473c85dd7ed292.tar.gz dexon-sol-tools-f4e9103b6f4e5aa23acf32945a473c85dd7ed292.tar.bz2 dexon-sol-tools-f4e9103b6f4e5aa23acf32945a473c85dd7ed292.tar.lz dexon-sol-tools-f4e9103b6f4e5aa23acf32945a473c85dd7ed292.tar.xz dexon-sol-tools-f4e9103b6f4e5aa23acf32945a473c85dd7ed292.tar.zst dexon-sol-tools-f4e9103b6f4e5aa23acf32945a473c85dd7ed292.zip |
Add advisors
Diffstat (limited to 'packages/website/ts/@next/pages')
-rw-r--r-- | packages/website/ts/@next/pages/about/team.tsx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/website/ts/@next/pages/about/team.tsx b/packages/website/ts/@next/pages/about/team.tsx index 54660872a..325ee4e75 100644 --- a/packages/website/ts/@next/pages/about/team.tsx +++ b/packages/website/ts/@next/pages/about/team.tsx @@ -1,4 +1,4 @@ -import * as _ from 'lodash/core'; +import * as _ from 'lodash'; import * as React from 'react'; import styled from 'styled-components'; @@ -149,27 +149,27 @@ const team: TeamMember[] = [ const advisors: TeamMember[] = [ { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/frede.jpg', name: 'Fred Ehrsam', title: 'Advisor', }, { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/olafc.jpg', name: 'Olaf Carlson-Wee', title: 'Advisor', }, { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/joeyk.jpg', name: 'Joey Krug', title: 'Advisor', }, { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/lindax.jpg', name: 'Linda Xie', title: 'Advisor', }, { - imageUrl: '/images/@next/team/melo@2x.jpg', + imageUrl: '/images/@next/team/advisors/davids.jpg', name: 'David Sacks', title: 'Advisor', }, |