Skip to content

Commit

Permalink
Change image download button label
Browse files Browse the repository at this point in the history
kudlajz committed Nov 9, 2023
1 parent e295001 commit e188b60
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
@@ -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

0 comments on commit e188b60

Please sign in to comment.