Skip to content

Commit

Permalink
updated links
Browse files Browse the repository at this point in the history
  • Loading branch information
koji committed Nov 22, 2019
1 parent 5a85b9e commit 69dbf09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,17 @@ const Team = ({}) => (
<div className="member">
<img
className="member_photo"
src="https://itp.nyu.edu/image.php?width=265&image=/people_pics/flash/kanao_k_562625.png"
src="https://tisch.nyu.edu/content/dam/tisch/itp/NewsEvents/2018-2019/Koji.jpg.preset.square.jpeg"
alt="Koji Kanao"
/>
<div className="member_name">Koji Kanao</div>
<div className="member_name">[email protected]</div>
<a
href="https://sleepy-maker.github.io/web/"
href="https://kojikanao.netlify.com"
target="_blank"
className="noUnderline member_name"
>
<div className="member_name">sleepy-maker.github.io/web</div>
<div className="member_name">kojikanao.netlify.com</div>
</a>
</div>
</div>
Expand Down

0 comments on commit 69dbf09

Please sign in to comment.