Skip to content

Commit

Permalink
fix: posters path
Browse files Browse the repository at this point in the history
  • Loading branch information
purr-purr committed Mar 11, 2024
1 parent c0ea476 commit 065e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/common/components/CursorPoster/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CursorPoster: FC<{ currentPoster: string; style: CSSProperties }> = ({
const getPosterPath = (path: string) => {
return (
path &&
require(`src/modules/home/components/projects/assets/projectList_${path}.jpg`)
require(`src/modules/home/components/Projects/assets/projectList_${path}.jpg`)
);
};

Expand Down

0 comments on commit 065e558

Please sign in to comment.