Test images
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Rebecca-Chou 2022-06-01 20:24:53 -04:00
parent 265df6a2b3
commit e05481dc9c
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ async function getImage(imgPath: string) {
export async function getMemberImagePath(name: string, currentTeam: boolean) { export async function getMemberImagePath(name: string, currentTeam: boolean) {
const imgPath = currentTeam const imgPath = currentTeam
? path.join("images", "team", name.replace(" ", "")) ? path.join("images", "team", name.replace(" ", ""))
: path.join("images", "execs", name.replace(" ", "")); : path.join("images", "team", name.replace(" ", ""));
const placeholder = path.join( const placeholder = path.join(
"images", "images",
"team", "team",