feat(SW-826): Added target="_blank"
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user