Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Nikolai.berestevich/fix/update minsk office link 37500 #1902

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/careers/_model/_locations/_locations.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export const minsk = {
'We’re located in Minsk, the largest city of Belarus. Minsk has an international airport and efficient public transportation that connects to other major cities in Belarus. The temperate continental climate with fascinating parks and gardens, delicious local cuisine, and intriguing cultures make Minsk a great location to work.',
address: address_belarus,
map_img: 'minsk_map',
google_map_link: 'https://goo.gl/maps/RaHj5WPv47MEYfPLA',
google_map_link: 'https://yandex.com/maps/-/CCUeZJdAKA',
has_iframe: false,
}

Expand Down
4 changes: 2 additions & 2 deletions src/pages/contact_us/_offices.js
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ export const Offices = () => {
<BorderBox>
<MapContainer>
<LocalizedLink
to="https://www.google.com/maps/place/vulica+Viery+Charu%C5%BEaj+25,+Minsk,+Belarus/@53.9216551,27.566977,17z"
to="https://yandex.com/maps/-/CCUeZJdAKA"
external
target="_blank"
rel="noopener noreferrer"
Expand All @@ -539,7 +539,7 @@ export const Offices = () => {
</LocalizedLink>
</MapContainer>
<LocalizedLinkText
to="https://www.google.com/maps/place/vulica+Viery+Charu%C5%BEaj+25,+Minsk,+Belarus/@53.9216551,27.566977,17z"
to="https://yandex.com/maps/-/CCUeZJdAKA"
external
target="_blank"
rel="noopener noreferrer"
Expand Down