Remove OpenStreetMap button from recommendations in collections page
This commit is contained in:
@@ -1466,15 +1466,6 @@
|
|||||||
<p class="font-semibold text-black text-md">
|
<p class="font-semibold text-black text-md">
|
||||||
{`${recomendation.tag} ${osmTagToEmoji(recomendation.tag)}`}
|
{`${recomendation.tag} ${osmTagToEmoji(recomendation.tag)}`}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<button
|
|
||||||
class="btn btn-neutral btn-wide btn-sm mt-4"
|
|
||||||
on:click={() =>
|
|
||||||
window.open(
|
|
||||||
`https://www.openstreetmap.org/node/${recomendation.id}`,
|
|
||||||
'_blank'
|
|
||||||
)}>{$t('map.view_details')}</button
|
|
||||||
>
|
|
||||||
<button
|
<button
|
||||||
class="btn btn-neutral btn-wide btn-sm mt-4"
|
class="btn btn-neutral btn-wide btn-sm mt-4"
|
||||||
on:click={() => recomendationToAdventure(recomendation)}
|
on:click={() => recomendationToAdventure(recomendation)}
|
||||||
|
|||||||
Reference in New Issue
Block a user