Merged in feat/SW-1450-destination-pages (pull request #1215)

feat(SW-1450): removed country reference from destination city pages

* feat(SW-1450): removed country reference from destination city pages


Approved-by: Fredrik Thorsson
This commit is contained in:
Erik Tiekstra
2025-01-27 13:38:02 +00:00
parent dc105992c5
commit 5b0b82da80
4 changed files with 10 additions and 74 deletions

View File

@@ -81,7 +81,6 @@ export default async function DestinationCityPage() {
<div className={styles.mapWrapper}>
<StaticMap
city={destination_settings.city}
country={destination_settings.country}
width={320}
height={200}
zoomLevel={10}