diff --git a/src/components/widgets/background/PhotoInformation.jsx b/src/components/widgets/background/PhotoInformation.jsx index 84b3897e..ae2bd98e 100644 --- a/src/components/widgets/background/PhotoInformation.jsx +++ b/src/components/widgets/background/PhotoInformation.jsx @@ -101,7 +101,9 @@ export default function PhotoInformation({ info, url, api }) { const tile = `https://a.tile.openstreetmap.org/12/${lon}/${lat}.png`; return ( - location + + location + ); }