fix: Populate the directionsUrl with a Google Maps link on the contact page.
This commit is contained in:
@@ -35,7 +35,7 @@ const defaultContactDetails: ContactDetails = {
|
||||
officeAddress: '123 Market Street',
|
||||
officeCity: 'New York CA 234737',
|
||||
mapUrl: '',
|
||||
directionsUrl: '',
|
||||
directionsUrl: 'https://maps.google.com/?q=123+Market+Street+New+York+CA+234737',
|
||||
};
|
||||
|
||||
const defaultCta: ContactCta = {
|
||||
|
||||
Reference in New Issue
Block a user