Skip to content

Commit 195b788

Browse files
author
akiidjk
committed
Update Members.tsx
1 parent 35ac1da commit 195b788

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Members.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ function getFallBackImage(name: string) {
7979
"Salvatore Russo": "",
8080
"Daniele Liguori": "/pfp/danlig.png",
8181
"Marco Santoriello": "/pfp/marco.png",
82-
"Giovanni Iannaccone": "/pfp/giovanni.jpeg",
82+
"Giovanni Iannaccone": "/pfp/giovanni.jpg",
8383
};
8484
return fallBackImages[name] || "/logo.png";
8585
}

0 commit comments

Comments
 (0)