Skip to content

Commit 48254da

Browse files
authored
Update map coordinates and link in Map component
1 parent ad09822 commit 48254da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Map.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Map, Marker } from "react-map-gl";
22

3-
const longitude = 23.55589332597593;
4-
const latitude = 46.06957654591634;
3+
const longitude = 23.5850596;
4+
const latitude = 46.0798696;
55

66
export default function MyMap() {
77
return (
@@ -28,7 +28,7 @@ export default function MyMap() {
2828
latitude={latitude}
2929
anchor="bottom"
3030
>
31-
<a href="https://www.google.com/maps/place/Resource+Center+-+Ladies+Academy/@46.0709601,23.5448508,15z/data=!4m6!3m5!1s0x474ea7d08f406dc7:0x7cef99f43db6a8c4!8m2!3d46.0695681!4d23.5558827!16s%2Fg%2F11c6cdh7t4?entry=tts">
31+
<a href="https://maps.app.goo.gl/YPS2kBDRMVAzPygw6">
3232
<img
3333
src="/logo.png"
3434
className=" w-14 h-14"

0 commit comments

Comments
 (0)