diff --git a/frontend/src/routes/adventures/[id]/+page.svelte b/frontend/src/routes/adventures/[id]/+page.svelte index b32a19e..afbb3ae 100644 --- a/frontend/src/routes/adventures/[id]/+page.svelte +++ b/frontend/src/routes/adventures/[id]/+page.svelte @@ -458,20 +458,28 @@ {/if} {#if adventure.longitude && adventure.latitude} -
- {$t('adventures.open_in_maps')}: - Apple - Google +
+ {$t('adventures.open_in_maps')}: +
+ Apple + Google + OSM +
{/if}