feat(SW-826): Added target="_blank"
This commit is contained in:
@@ -35,6 +35,7 @@ export default function Contact({ hotel }: ContactProps) {
|
|||||||
<a
|
<a
|
||||||
href={`https://www.google.com/maps/dir/?api=1&destination=${hotel.location.latitude},${hotel.location.longitude}`}
|
href={`https://www.google.com/maps/dir/?api=1&destination=${hotel.location.latitude},${hotel.location.longitude}`}
|
||||||
className={styles.googleMaps}
|
className={styles.googleMaps}
|
||||||
|
target="_blank"
|
||||||
>
|
>
|
||||||
Google Maps
|
Google Maps
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user