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

Revert "fix image path"

This reverts commit ac87057c.
parent 12d5a1c1
No related branches found
No related tags found
No related merge requests found
Pipeline #6428 passed with warnings
......@@ -22,7 +22,7 @@ export default function MemberCard({
const tryRequire = (path: string) => {
try {
return require(`../assets/images/team/${path}`);
return require(`../../public/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