From 3069650c94b590856bfa7e32364facf70534bad0 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Mon, 10 Oct 2022 14:06:47 +0530 Subject: [PATCH] add button labels and move delete button --- src/components/PhotoSwipe/index.tsx | 25 ++++++++++++++++--------- src/utils/strings/englishConstants.tsx | 2 ++ 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/src/components/PhotoSwipe/index.tsx b/src/components/PhotoSwipe/index.tsx index 610fbd155..31e6afc5d 100644 --- a/src/components/PhotoSwipe/index.tsx +++ b/src/components/PhotoSwipe/index.tsx @@ -376,6 +376,16 @@ function PhotoSwipe(props: Iprops) { className="pswp__button pswp__button--close" title={constants.CLOSE} /> + {props.enableDownload && ( )} - + {!props.isSharedCollection && (