From a5a801e18a8e44729b0d6e516a1a03ac46d50de7 Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 21 Sep 2024 22:01:02 +0100 Subject: [PATCH] fix: remove extra `utm_source` query Signed-off-by: Isaac --- src/features/background/components/PhotoInformation.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/background/components/PhotoInformation.jsx b/src/features/background/components/PhotoInformation.jsx index 42a74433..0f5ff667 100644 --- a/src/features/background/components/PhotoInformation.jsx +++ b/src/features/background/components/PhotoInformation.jsx @@ -77,7 +77,7 @@ function PhotoInformation({ info, url, api }) { // unsplash credit if (info.photographerURL && info.photographerURL !== '' && !info.offline && api) { photo = ( - + {photo} ); @@ -171,7 +171,7 @@ function PhotoInformation({ info, url, api }) { {info.photoURL ? (