Skip to content

Commit

Permalink
💄 update team images
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-manning committed Jul 15, 2023
1 parent 2a43550 commit bbafb5e
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 5 deletions.
Binary file modified src/assets/team/chase.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/team/danny.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/team/jules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/team/kiwi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/team/laur.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/team/morello.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/team/nines.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/assets/team/omar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/team/spori.png
Binary file not shown.
10 changes: 5 additions & 5 deletions src/components/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import morello from "../assets/team/morello.png";
import chase from "../assets/team/chase.png";
import omar from "../assets/team/omar.png";
import danny from "../assets/team/danny.png";
import spori from "../assets/team/spori.png";
import nines from "../assets/team/nines.png";
import jules from "../assets/team/jules.png";

import twitter from "../assets/socials/team/twitter.svg";
Expand Down Expand Up @@ -67,10 +67,10 @@ const members: TeamMemberType[] = [
github: "https://github.com/chase-manning",
},
{
name: "Spori",
role: "Full Stack Dev",
image: spori,
twitter: "https://twitter.com/0xSpori",
name: "Nines",
role: "2D & 3D Designer",
image: nines,
twitter: "https://twitter.com/nine__s",
},
];

Expand Down

0 comments on commit bbafb5e

Please sign in to comment.