diff --git a/worklenz-frontend/src/assets/images/empty-box.webp b/worklenz-frontend/src/assets/images/empty-box.webp new file mode 100644 index 00000000..a23c97bd Binary files /dev/null and b/worklenz-frontend/src/assets/images/empty-box.webp differ diff --git a/worklenz-frontend/src/components/EmptyListPlaceholder.tsx b/worklenz-frontend/src/components/EmptyListPlaceholder.tsx index 4953f202..372cd845 100644 --- a/worklenz-frontend/src/components/EmptyListPlaceholder.tsx +++ b/worklenz-frontend/src/components/EmptyListPlaceholder.tsx @@ -8,7 +8,7 @@ type EmptyListPlaceholderProps = { }; const EmptyListPlaceholder = ({ - imageSrc = '/assets/images/empty-box.webp', + imageSrc = '/src/assets/images/empty-box.webp', imageHeight = 60, text, }: EmptyListPlaceholderProps) => {