We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad52a58 commit 6520c95Copy full SHA for 6520c95
src/components/info.jsx
@@ -15,7 +15,7 @@ function Info() {
15
const distance = getDistanceBetweenCoordinates(
16
lat,
17
long,
18
- 56.153574116526194,
+ 56.153574116526194, // Todo, as of now this is hardcoded to the center of Aarhus, this is perhaps not a good solution in the long run.
19
10.21435188437761
20
);
21
setDistance(distance);
0 commit comments