From e05481dc9ce4c48371bdfa22740b01be497d7c74 Mon Sep 17 00:00:00 2001 From: Rebecca-Chou Date: Wed, 1 Jun 2022 20:24:53 -0400 Subject: [PATCH] Test images --- lib/team.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",