diff --git a/frontend/src/lib/components/TransportationCard.svelte b/frontend/src/lib/components/TransportationCard.svelte index 8b384e9..c97bd85 100644 --- a/frontend/src/lib/components/TransportationCard.svelte +++ b/frontend/src/lib/components/TransportationCard.svelte @@ -110,22 +110,20 @@ >
-
-

{transportation.name}

-
-
- {$t(`transportation.modes.${transportation.type}`) + - ' ' + - getTransportationIcon(transportation.type)} -
- {#if transportation.type == 'plane' && transportation.flight_number} -
{transportation.flight_number}
- {/if} +

{transportation.name}

+
+
+ {$t(`transportation.modes.${transportation.type}`) + + ' ' + + getTransportationIcon(transportation.type)}
+ {#if transportation.type == 'plane' && transportation.flight_number} +
{transportation.flight_number}
+ {/if} + {#if unlinked} +
{$t('adventures.out_of_range')}
+ {/if}
- {#if unlinked} -
{$t('adventures.out_of_range')}
- {/if}