fix: update empty list image source to use S3 URL for consistency across components

This commit is contained in:
chamiakJ
2025-05-21 15:09:42 +05:30
parent 2bdae400ac
commit 4687478704
5 changed files with 5 additions and 5 deletions

View File

@@ -263,7 +263,7 @@ const ProjectViewMembers = () => {
>
{members?.total === 0 ? (
<EmptyListPlaceholder
imageSrc="https://app.worklenz.com/assets/images/empty-box.webp"
imageSrc="https://s3.us-west-2.amazonaws.com/worklenz.com/assets/empty-box.webp"
imageHeight={120}
text={t('emptyText')}
/>