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

Commit a4df0f7

Browse files
Update static locations to match mock data
1 parent 7b0e7cf commit a4df0f7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

client/src/services/static-data.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
async function getLocations() {
22
const mockLocationTags = [
33
{ name: "London" },
4-
{ name: "York" },
5-
{ name: "Carmen" },
4+
{ name: "New York" },
5+
{ name: "East Carmen" },
66
{ name: "Savanahville" },
7-
{ name: "Audra" },
7+
{ name: "Lake Audra" },
88
{ name: "Elainaville" },
99
{ name: "Howellstad" },
10-
{ name: "Reneefort" },
10+
{ name: "West Reneefort" },
1111
{ name: "Vanside" },
12-
{ name: "Jonatan" },
12+
{ name: "East Jonatan" },
1313
{ name: "Gottliebton" },
1414
{ name: "Ervinchester" },
1515
{ name: "Matteoburgh" },
1616
{ name: "Curtmouth" },
17-
{ name: "Raphaelleton" },
17+
{ name: "North Raphaelleton" },
1818
{ name: "Laishaside" },
19-
{ name: "Trystanmouth" },
20-
{ name: "Torrey" },
19+
{ name: "West Trystanmouth" },
20+
{ name: "West Torrey" },
2121
{ name: "Abernathystad" },
2222
{ name: "Danland" },
2323
{ name: "Lednertown" },
2424
{ name: "Athenamouth" },
25-
{ name: "Abagailport" },
26-
{ name: "Andres" },
27-
{ name: "Herbert" },
25+
{ name: "North Abagailport" },
26+
{ name: "North Andres" },
27+
{ name: "New Herbert" },
2828
{ name: "Bergstrombury" },
29-
{ name: "Santinoside" },
29+
{ name: "West Santinoside" },
3030
];
3131
return mockLocationTags;
3232
}

0 commit comments

Comments
 (0)