Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
fix: map issues (#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayuran-deriv authored Oct 24, 2023
1 parent 36231b7 commit 3b35632
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/who-we-are/_OurOffices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const OurOffices = ({ our_locations }: TOurOffices) => {
{ left: '55%', top: '40%' },
{ left: '56%', top: '43%' },
{ left: '54%', top: '61.5%' },
{ left: '54%', top: '27.5%' },
{ left: '61.5%', top: '45.9%' },
{ left: '73.3%', top: '57.5%' },
{ left: '74.2%', top: '58.5%' },
Expand All @@ -79,28 +78,29 @@ const OurOffices = ({ our_locations }: TOurOffices) => {
{ left: '92.2%', top: '69.7%' },
{ left: '74.6%', top: '61%' },
{ left: '45.9%', top: '28%' },
{ left: '78%', top: '48%' },
]
const mobile_pins: MapPinType[] = [
{ left: '28.5%', top: '71%' },
{ left: '30%', top: '75%' },
{ left: '22%', top: '47.7%' },
{ left: '26%', top: '48%' },
{ left: '48.5%', top: '35.5%' },
{ left: '53.5%', top: '36%' },
{ left: '56.5%', top: '37%' },
{ left: '52.5%', top: '57.5%' },
{ left: '52.5%', top: '23.5%' },
{ left: '60%', top: '41.9%' },
{ left: '72.3%', top: '51.2%' },
{ left: '71%', top: '55%' },
{ left: '73%', top: '56.7%' },
{ left: '74.5%', top: '57.9%' },
{ left: '47.9%', top: '24.9%' },
{ left: '76%', top: '54.7%' },
{ left: '45.9%', top: '26.9%' },
{ left: '26%', top: '48%' },
{ left: '47.9%', top: '24.9%' },
{ left: '43%', top: '26.9%' },
{ left: '92.5%', top: '65.1%' },
{ left: '74.5%', top: '57.9%' },
{ left: '45.9%', top: '20%' },
{ left: '76%', top: '45%' },
]
const desktop = []
const mobile = []
Expand Down

0 comments on commit 3b35632

Please sign in to comment.