diff --git a/lib/team.ts b/lib/team.ts index 1e86120e..84d57dbf 100644 --- a/lib/team.ts +++ b/lib/team.ts @@ -135,7 +135,7 @@ async function getImage(imgPath: string) { export async function getMemberImagePath(name: string, currentTeam: boolean) { const imgPath = currentTeam ? path.join("images", "team", name.replace(" ", "")) - : path.join("images", "execs", name.replace(" ", "")); + : path.join("images", "team", name.replace(" ", "")); const placeholder = path.join( "images", "team",