Skip to content

Commit 67a238f

Browse files
committed
feat: apply updated maps for easier bingo
1 parent 3e15851 commit 67a238f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/js/easier/routes.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ const loops = [
1313
},
1414
{
1515
ids: [12, 13, 17, 18, 19, 22, 23, 24],
16-
url: "https://t.ly/LhWq",
16+
url: "https://tinyurl.com/3h2fuaku",
1717
dist: "31 km",
1818
name: "north",
1919
},
2020
{
2121
ids: [11, 12, 13, 16, 18, 21, 22, 23],
22-
url: "https://t.ly/G4FH",
23-
dist: "37 km",
22+
url: "https://tinyurl.com/yfvasuct",
23+
dist: "41 km",
2424
name: "east",
2525
},
2626
];
@@ -43,8 +43,8 @@ const diagonals = [
4343
const columns = [
4444
{
4545
ids: [1, 6, 11, 16, 21],
46-
url: "https://t.ly/5bsF",
47-
dist: "30 km",
46+
url: "https://tinyurl.com/3x6xwnfz",
47+
dist: "29 km",
4848
name: "1",
4949
},
5050
{
@@ -61,7 +61,7 @@ const columns = [
6161
},
6262
{
6363
ids: [4, 9, 14, 19, 24],
64-
url: "https://t.ly/4scx",
64+
url: "https://tinyurl.com/4zkhysu7",
6565
dist: "26 km",
6666
name: "4",
6767
},
@@ -100,8 +100,8 @@ const rows = [
100100
},
101101
{
102102
ids: [21, 22, 23, 24, 25],
103-
url: "https://t.ly/3l1w",
104-
dist: "42 km",
103+
url: "https://tinyurl.com/mr3sybsf",
104+
dist: "36 km",
105105
name: "5",
106106
},
107107
];

0 commit comments

Comments
 (0)