Skip to content

Commit

Permalink
Merge pull request #279 from TreasureProject/feat/jon-pfp
Browse files Browse the repository at this point in the history
add pfp for jon
  • Loading branch information
karelvuong authored Apr 4, 2024
2 parents 58b3a4c + 1aacd08 commit 01fc0d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/const.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ import FrannyImg from "../public/img/pfps/Franny.png";
import GinaImg from "../public/img/pfps/Gina.png";
import JenImg from "../public/img/pfps/Jen.png";
import JohnImg from "../public/img/pfps/John.png";
import JonImg from "../public/img/pfps/Jon.png";
import JoshImg from "../public/img/pfps/Josh.png";
import JpegapeImg from "../public/img/pfps/Jpegape.png";
import JustCheeseImg from "../public/img/pfps/JustCheese.png";
Expand Down Expand Up @@ -301,7 +302,7 @@ export const teamMembers = [
{
name: "jon",
title: "Product Manager",
image: DefaultImg,
image: JonImg,
team: "Product & Engineering",
},
{
Expand Down
Binary file added public/img/pfps/Jon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01fc0d3

Please sign in to comment.