This commit is contained in:
parent
610b4d6552
commit
989a7be6e7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<div bind:this={divider} id="divider">
|
<div bind:this={divider} id="divider">
|
||||||
<div id="banner">
|
<div id="banner">
|
||||||
<p>Percorso <b>{data.title_it}</b></p>
|
<p>Percorso <b>{data.name_it}</b></p>
|
||||||
<p id="duration">Dislivello {data?.route_sport_details[0]?.elevation_gain} m</p>
|
<p id="duration">Dislivello {data?.route_sport_details[0]?.elevation_gain} m</p>
|
||||||
</div>
|
</div>
|
||||||
<Tabs on:map-click={mapClick} route={data}></Tabs>
|
<Tabs on:map-click={mapClick} route={data}></Tabs>
|
||||||
|
|
Loading…
Reference in a new issue