feat(SW-826): Added target="_blank"

This commit is contained in:
Pontus Dreij
2024-11-13 20:13:24 +01:00
parent 56139f4e3c
commit 69ca6211ec

View File

@@ -35,6 +35,7 @@ export default function Contact({ hotel }: ContactProps) {
<a
href={`https://www.google.com/maps/dir/?api=1&destination=${hotel.location.latitude},${hotel.location.longitude}`}
className={styles.googleMaps}
target="_blank"
>
Google Maps
</a>