fix: ordre géographique N→S (St-Martin, Guadeloupe, Dominique, Martinique, Ste-Lucie, Barbade)
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -8,7 +8,7 @@
|
|||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Fredoka:wght@400;500;600&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&family=Fredoka:wght@400;500;600&display=swap" rel="stylesheet">
|
||||||
<script type="module" crossorigin src="/assets/index-mnCIhi2Z.js"></script>
|
<script type="module" crossorigin src="/assets/index-BikUz8Kd.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-DiDQoZDy.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-DiDQoZDy.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -3,12 +3,12 @@ import logoUrl from '../../assets/logo-radarsargasses971.png';
|
|||||||
import './Topbar.css';
|
import './Topbar.css';
|
||||||
|
|
||||||
const ISLANDS = [
|
const ISLANDS = [
|
||||||
|
{ key: 'saint-martin', label: 'St-Martin', center: [-63.07, 18.07], zoom: 11 },
|
||||||
{ key: 'guadeloupe', label: 'Guadeloupe', center: [-61.55, 16.25], zoom: 9 },
|
{ key: 'guadeloupe', label: 'Guadeloupe', center: [-61.55, 16.25], zoom: 9 },
|
||||||
{ key: 'martinique', label: 'Martinique', center: [-61.02, 14.65], zoom: 9 },
|
|
||||||
{ key: 'dominique', label: 'Dominique', center: [-61.37, 15.41], zoom: 10 },
|
{ key: 'dominique', label: 'Dominique', center: [-61.37, 15.41], zoom: 10 },
|
||||||
|
{ key: 'martinique', label: 'Martinique', center: [-61.02, 14.65], zoom: 9 },
|
||||||
{ key: 'sainte-lucie', label: 'Ste-Lucie', center: [-60.98, 13.90], zoom: 10 },
|
{ key: 'sainte-lucie', label: 'Ste-Lucie', center: [-60.98, 13.90], zoom: 10 },
|
||||||
{ key: 'barbade', label: 'Barbade', center: [-59.55, 13.18], zoom: 10 },
|
{ key: 'barbade', label: 'Barbade', center: [-59.55, 13.18], zoom: 10 },
|
||||||
{ key: 'saint-martin', label: 'St-Martin', center: [-63.07, 18.07], zoom: 11 },
|
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function Topbar({ activeStep, onStepChange, onIslandSelect }) {
|
export default function Topbar({ activeStep, onStepChange, onIslandSelect }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user