Skip to content

Commit 555c2eb

Browse files
committed
Changed to south cloisters
1 parent d3cb8c3 commit 555c2eb

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

src/components/HomePage.jsx

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -124,28 +124,28 @@ export default class HomePage extends React.Component {
124124
const { animations, showMore, ideaIndex } = this.state
125125

126126
const date = "18th - 19th January 2020"
127-
const location = "North Cloisters and Gustave Tuck LT"
127+
const location = "South Cloisters and Gustave Tuck LT"
128128

129129
const registerLink = "/login/process"
130130
const canRegister = true
131131

132132
const categoryImageSize = "50px"
133133

134-
const locations = [{lng: -0.1339282, lat: 51.5252156},
135-
{lng: -0.1338826, lat: 51.5251622},
136-
{lng: -0.1340731, lat: 51.5250854},
137-
{lng: -0.1340221, lat: 51.525042},
138-
{lng: -0.1339121, lat: 51.5250854},
139-
{lng: -0.1336359, lat: 51.5248384},
140-
{lng: -0.1336788, lat: 51.5248217},
141-
{lng: -0.1336412, lat: 51.5247917},
142-
{lng: -0.13355, lat: 51.5248284},
143-
{lng: -0.1335956, lat: 51.5248568},
144-
{lng: -0.13355, lat: 51.5248735},
145-
{lng: -0.1338183, lat: 51.5251154},
146-
{lng: -0.1337485, lat: 51.5251421},
147-
{lng: -0.1338558, lat: 51.5252406},
148-
{lng: -0.1339282, lat: 51.5252156}, ]
134+
const locations = [{ lng: -0.1333324, lat: 51.5246765},
135+
{ lng: -0.1334518, lat: 51.5246298},
136+
{ lng: -0.1334209, lat: 51.5246022},
137+
{ lng: -0.1333981, lat: 51.5246114},
138+
{ lng: -0.1332761, lat: 51.5244971},
139+
{ lng: -0.1333847, lat: 51.5244562},
140+
{ lng: -0.1333552, lat: 51.524432},
141+
{ lng: -0.1332506, lat: 51.5244771},
142+
{ lng: -0.1331259, lat: 51.5243669},
143+
{ lng: -0.1332305, lat: 51.5243202},
144+
{ lng: -0.1331769, lat: 51.5242726},
145+
{ lng: -0.1329207, lat: 51.5243769},
146+
{ lng: -0.1329797, lat: 51.5244287},
147+
{ lng: -0.1330347, lat: 51.5244087},
148+
{ lng: -0.1333324, lat: 51.5246765}, ]
149149

150150
return (
151151
<React.Fragment>
@@ -340,7 +340,7 @@ export default class HomePage extends React.Component {
340340
<Row height="500px" noPadding styling="secondary">
341341
<Column width='2-3' horizontalAlignment='center' verticalAlignment='center'>
342342
<TextView text="Location:" heading={1} align={'center'} />
343-
<TextView text="North Cloisters" heading={1} align={'center'} />
343+
<TextView text="South Cloisters" heading={1} align={'center'} />
344344
</Column>
345345
</Row>
346346
</Column>

0 commit comments

Comments
 (0)