diff --git a/landing/team.react.js b/landing/team.react.js --- a/landing/team.react.js +++ b/landing/team.react.js @@ -2,9 +2,9 @@ import * as React from 'react'; +import { assetUrl } from './asset-meta-data.js'; import TeamProfile from './team-profile.react.js'; import css from './team.css'; - function Team(): React.Node { return ( <> @@ -16,36 +16,36 @@ role="Founder" githubHandle="ashoat" twitterHandle="ashoat" - imageURL="https://avatars.githubusercontent.com/u/863579?v=4" + imageURL={`${assetUrl}/ashoat.png`} /> @@ -55,66 +55,27 @@ - {/* */} - - - - -