Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
change map to google maps
Browse files Browse the repository at this point in the history
  • Loading branch information
chraebsli committed Apr 18, 2024
1 parent afaf641 commit 7db97b1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/pages/About/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,14 @@ export default function About() {
<LocationOnIcon /> {t("about.location.title")}
</SectionTitle>
<Typography>{t("about.location.description")}</Typography>
<Box sx={{height: {xs: "20rem", lg: "30rem"}}}>
<Box sx={{height: {xs: "40rem", md: "30rem"}}}>
<iframe
width="100%"
height="100%"
src="https://www.openstreetmap.org/export/embed.html?bbox=7.65324354171753%2C47.23486116259087%2C7.656784057617188%2C47.23674061367706&amp;layer=mapnik&amp;marker=47.235800896466536%2C7.655013799667358"></iframe>
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2709.0126923332964!2d7.652396377101254!3d47.235897613501805!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4791d5000e21006b%3A0xdf42a03b9f8ed076!2sCrabston%20GmbH!5e0!3m2!1sde!2sch!4v1713435587063!5m2!1sde!2sch"
loading="lazy"
referrerPolicy="no-referrer-when-downgrade"></iframe>
</Box>
<Typography>
<a href="https://www.openstreetmap.org/?mlat=47.23580&amp;mlon=7.65501#map=19/47.23580/7.65501" rel="noreferrer" target="_blank">{t("about.location.mapCaption")}</a>
</Typography>
</Card>
</Stack>
</article>
Expand Down

0 comments on commit 7db97b1

Please sign in to comment.