mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-30 02:09:37 +02:00
Remove OpenStreetMap button from recommendations in collections page
This commit is contained in:
parent
ce9faa28f8
commit
c0b9013576
1 changed files with 0 additions and 9 deletions
|
@ -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)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue