Skip to content

Commit

Permalink
Update apps/web/src/components/ImageCloudinary/index.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Frankfurt <[email protected]>
  • Loading branch information
kirkas and JFrankfurt authored Oct 15, 2024
1 parent 4c17d0c commit 2b3a6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/ImageCloudinary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export default function ImageCloudinary({

useEffect(() => {
// Some images need to be uploaded before being proxied
// dataUrl & long Urls (dataUrl in disguise) needs to be uploaded to Cloudinary
// dataUrl and long Urls need to be uploaded to Cloudinary

// ref: https://support.cloudinary.com/hc/en-us/articles/209209649-Does-Cloudinary-impose-a-URL-length-limit
if (shouldUploadToCloudinary) {
Expand Down

0 comments on commit 2b3a6b8

Please sign in to comment.