diff --git a/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx b/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx index 517cd0c07..a0e46d2b3 100644 --- a/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx +++ b/apps/scandic-web/components/HotelReservation/SelectHotel/index.tsx @@ -1,4 +1,5 @@ import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" +import { Typography } from "@scandic-hotels/design-system/Typography" import HotelCardListing from "@/components/HotelReservation/HotelCardListing" import BookingCodeFilter from "@/components/HotelReservation/SelectHotel/BookingCodeFilter" @@ -82,21 +83,19 @@ export default async function SelectHotel({ city={city.name} country={isCityWithCountry(city) ? city.country : undefined} width={340} - height={180} + height={200} zoomLevel={11} mapType="roadmap" altText={`Map of ${city.name} city center`} /> -