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 ? (