Skip to content

Commit 51e16b1

Browse files
ChrisG/DPROD-4115/Add London marker co-ordinates and tweak Reading
1 parent 76d0c8c commit 51e16b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

themes/gatsby-theme-deriv/src/pages/who-we-are/_OurOffices.tsx

+4-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ const OurOffices = ({ our_locations }: TOurOffices) => {
7777
{ left: '44.5%', top: '30.9%' },
7878
{ left: '92.2%', top: '69.7%' },
7979
{ left: '74.6%', top: '61%' },
80-
{ left: '45.9%', top: '28%' },
80+
{ left: '45.7%', top: '29%' },
8181
{ left: '78%', top: '48%' },
82+
{ left: '46.5%', top: '29.5%' },
8283
]
8384
const mobile_pins: MapPinType[] = [
8485
{ left: '28.5%', top: '71%' },
@@ -99,8 +100,9 @@ const OurOffices = ({ our_locations }: TOurOffices) => {
99100
{ left: '43%', top: '26.9%' },
100101
{ left: '92.5%', top: '65.1%' },
101102
{ left: '74.5%', top: '57.9%' },
102-
{ left: '45.9%', top: '20%' },
103+
{ left: '45.7%', top: '20%' },
103104
{ left: '76%', top: '45%' },
105+
{ left: '46.5%', top: '20%' },
104106
]
105107
const desktop = []
106108
const mobile = []

0 commit comments

Comments
 (0)