Skip to content

Commit

Permalink
add pfp for jon
Browse files Browse the repository at this point in the history
  • Loading branch information
alecananian committed Apr 4, 2024
1 parent 58b3a4c commit 1aacd08
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 1aacd08

Please sign in to comment.