diff --git a/supporters/src/components/VisitMap.astro b/supporters/src/components/VisitMap.astro index 757410c..7fa8fc5 100644 --- a/supporters/src/components/VisitMap.astro +++ b/supporters/src/components/VisitMap.astro @@ -30,7 +30,6 @@ const mapId = `visit-map-${Math.random().toString(36).slice(2, 8)}`; {geo ? :

{T.noMap}

} - {geo &&

{T.attribution}

}
{T.address}
@@ -44,6 +43,7 @@ const mapId = `visit-map-${Math.random().toString(36).slice(2, 8)}`;
+ {geo &&

{T.attribution}

}