From b25638741031af558cece1f8986fc84b8b4b5487 Mon Sep 17 00:00:00 2001 From: alexsparkes Date: Wed, 16 Nov 2022 07:08:56 +0000 Subject: [PATCH] fix: move tooltips photo info --- src/components/widgets/background/PhotoInformation.jsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/widgets/background/PhotoInformation.jsx b/src/components/widgets/background/PhotoInformation.jsx index 7a9e45d1..8050ecd9 100644 --- a/src/components/widgets/background/PhotoInformation.jsx +++ b/src/components/widgets/background/PhotoInformation.jsx @@ -315,17 +315,18 @@ function PhotoInformation({ info, url, api }) {
{!info.offline ? ( - + openShareModal(true)} /> ) : null} - + {!info.offline ? ( downloadImage(info)} /> @@ -334,6 +335,7 @@ function PhotoInformation({ info, url, api }) { excludeImage(info)} />