File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/components/HuntingMapTutorial Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { Emphasis } from 'components/Emphasis' ;
2
2
import { Heading } from 'components/Heading' ;
3
+ import { maxTrackingMarkerCount } from 'config/markers' ;
3
4
import { HuntingMapTutorialImage } from './HuntingMapTutorialImage' ;
4
5
import imgMarkersExploration from './assets/markers-exploration.gif' ;
5
6
import imgMarkersMulti from './assets/markers-multi.gif' ;
6
7
import imgMarkersNeedZones from './assets/markers-need-zones.gif' ;
7
8
import imgMarkersTracking from './assets/markers-tracking.gif' ;
8
- import { maxTrackingMarkerCount } from 'config/markers' ;
9
9
10
10
export const HuntingMapTutorialMarkers = ( ) => (
11
11
< >
@@ -117,8 +117,9 @@ export const HuntingMapTutorialMarkers = () => (
117
117
118
118
< p >
119
119
The number of tracking markers that can be placed on the map at once is
120
- limited to < Emphasis > { maxTrackingMarkerCount } </ Emphasis > . Once an additional marker is placed, the
121
- earliest placed marker will be automatically removed from the map.
120
+ limited to < Emphasis > { maxTrackingMarkerCount } </ Emphasis > . Once an
121
+ additional marker is placed, the earliest placed marker will be
122
+ automatically removed from the map.
122
123
</ p >
123
124
</ >
124
125
) ;
You can’t perform that action at this time.
0 commit comments