From b86e73f2fce317d29243c4c86dd94f10c5cc012d Mon Sep 17 00:00:00 2001 From: David Ralph Date: Tue, 7 Sep 2021 19:10:04 +0100 Subject: [PATCH] feat: clicking on location map now opens in openstreetmap --- src/components/widgets/background/PhotoInformation.jsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 + ); }