Skip to content

Commit

Permalink
Merge pull request #73 from prezly/feature/care-3413-deprecated-theme…
Browse files Browse the repository at this point in the history
…s-downloaded-image-resolutions-not-full-size

[CARE-3413] Change image download button label
  • Loading branch information
kudlajz authored Nov 9, 2023
2 parents e295001 + e188b60 commit bf22ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Lightbox/Lightbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ export function Lightbox({
href={image.downloadUrl}
rel="noreferrer noopener"
target="_blank"
title="Download"
title="Download full-size"
onClick={() => onDownload(image)}
>
Download
Download full-size
</a>

<PinterestButton
Expand Down

0 comments on commit bf22ffb

Please sign in to comment.