Skip to content
Snippets Groups Projects
Commit ac87057c authored by Andris Borbás's avatar Andris Borbás
Browse files

fix image path

parent eb8a7621
Branches
No related tags found
No related merge requests found
Pipeline #6426 passed with warnings
......@@ -22,7 +22,7 @@ export default function MemberCard({
const tryRequire = (path: string) => {
try {
return require(`../../public/assets/images/team/${path}`);
return require(`../assets/images/team/${path}`);
} catch (err) {
// console.log(err);
return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment