Refactor map component styles and update transportation location formatting

This commit is contained in:
Sean Morley
2024-12-19 21:44:31 -05:00
parent c3fddb1889
commit d6eb4edddd
6 changed files with 217 additions and 164 deletions

View File

@@ -3,7 +3,6 @@
import { DefaultMarker, MapEvents, MapLibre, Popup, Marker } from 'svelte-maplibre';
import { t } from 'svelte-i18n';
import type { Adventure, VisitedRegion } from '$lib/types.js';
import { getAdventureTypeLabel } from '$lib';
import CardCarousel from '$lib/components/CardCarousel.svelte';
import { goto } from '$app/navigation';
export let data;