Upload from GitHub Actions: pinned worldmap when page reloads
Browse files- frontend/src/App.js +2 -0
frontend/src/App.js
CHANGED
@@ -278,6 +278,7 @@ function App () {
|
|
278 |
numVisible={1}
|
279 |
itemTemplate={item => item}
|
280 |
circular
|
|
|
281 |
style={{ width: '100%', minHeight: '650px' }}
|
282 |
/>
|
283 |
</div>
|
@@ -458,6 +459,7 @@ function App () {
|
|
458 |
numVisible={1}
|
459 |
itemTemplate={item => item}
|
460 |
circular
|
|
|
461 |
style={{ width: '100%', height: 'calc(90vh - 120px)' }}
|
462 |
/>
|
463 |
</div>
|
|
|
278 |
numVisible={1}
|
279 |
itemTemplate={item => item}
|
280 |
circular
|
281 |
+
activeIndex={0}
|
282 |
style={{ width: '100%', minHeight: '650px' }}
|
283 |
/>
|
284 |
</div>
|
|
|
459 |
numVisible={1}
|
460 |
itemTemplate={item => item}
|
461 |
circular
|
462 |
+
activeIndex={0}
|
463 |
style={{ width: '100%', height: 'calc(90vh - 120px)' }}
|
464 |
/>
|
465 |
</div>
|