Skip to content

Commit

Permalink
copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 committed Sep 3, 2024
1 parent 2ea5e21 commit d9a3da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Upload/UploadSteps/UploadSteps.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default function UploadSteps(props: IProps) {
(uploadReducer.data.banner && (uploadReducer.data.banner.length * 3) / 4 > MAX_COVER_IMAGE_SIZE) ||
(uploadReducer.data.thumbnail && (uploadReducer.data.thumbnail.length * 3) / 4 > MAX_THUMBNAIL_IMAGE_SIZE)
)
return <span>Thumbanil / Banner exceeds max size of 100KB</span>;
return <span>Thumbnail / Banner exceeds max size of 100KB</span>;
return null;
}

Expand Down

0 comments on commit d9a3da4

Please sign in to comment.