@@ -35,7 +35,7 @@ function App() {
35
35
lat,
36
36
long,
37
37
} ) ,
38
- [ lat , long ] ,
38
+ [ lat , long ]
39
39
) ;
40
40
41
41
function handlePermissionInfoBanner ( ) {
@@ -49,7 +49,7 @@ function App() {
49
49
< Link className = "underline" to = "/navigation-help" >
50
50
Hjælp til navigation
51
51
</ Link >
52
- </ span > ,
52
+ </ span >
53
53
) ;
54
54
}
55
55
} ) ;
@@ -93,7 +93,7 @@ function App() {
93
93
} , [ openStreetMapConsent ] ) ;
94
94
95
95
return (
96
- < div className = "App flex flex-col h-full pt-24 min-h-screen dark:text-white w-screen pl-3 pr-3 pb-3 text-zinc-800 bg-zinc-100 dark:bg-zinc-800 overflow-hidden" >
96
+ < div className = "App md:max-w-4xl ml-auto mr-auto flex flex-col h-full pt-24 min-h-screen dark:text-white w-screen pl-3 pr-3 pb-3 text-zinc-800 bg-zinc-100 dark:bg-zinc-800 overflow-hidden" >
97
97
< LatLongContext . Provider value = { contextLatLong } >
98
98
< PermissionContext . Provider
99
99
value = { useMemo ( ( ) => ( { openStreetMapConsent, setOpenStreetMapConsent } ) , [ openStreetMapConsent ] ) }
@@ -108,7 +108,7 @@ function App() {
108
108
listOfUnlocked,
109
109
setListOfUnlocked,
110
110
} ) ,
111
- [ selectedRoute , nextUnlockablePointId , listOfUnlocked ] ,
111
+ [ selectedRoute , nextUnlockablePointId , listOfUnlocked ]
112
112
) }
113
113
>
114
114
< SkipLinks />
@@ -129,7 +129,7 @@ function App() {
129
129
infoText,
130
130
setInfoText,
131
131
} ) ,
132
- [ error , errorText , info , infoText ] ,
132
+ [ error , errorText , info , infoText ]
133
133
) }
134
134
>
135
135
< Switch >
0 commit comments