diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx index d6a65ff1a..cff521b52 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/Amenities/AccordionAmenities/Breakfast/index.tsx @@ -22,7 +22,6 @@ export default async function BreakfastAmenity({ openingHours={openingHours!} alternateOpeningHours={alternateOpeningHours!} heading={intl.formatMessage({ id: "Opening hours" })} - type="amenities" /> ) diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx index b7476ee4d..5d3b0c09d 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/RestaurantBar/RestaurantBarItem/index.tsx @@ -1,10 +1,11 @@ +import { Typography } from "@scandic-hotels/design-system/Typography" + import ButtonLink from "@/components/ButtonLink" import { OpenInNewSmallIcon } from "@/components/Icons" import Image from "@/components/Image" import OpeningHours from "@/components/OpeningHours" import Link from "@/components/TempDesignSystem/Link" import Body from "@/components/TempDesignSystem/Text/Body" -import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import { getIntl } from "@/i18n" import styles from "./restaurantBarItem.module.css" @@ -31,9 +32,9 @@ export default async function RestaurantBarItem({ return (
{alternateOpeningHours.name}
+{alternateOpeningHours.name}
{groupedOpeningHour}
-{groupedOpeningHour}
+ ))} +{groupedOpeningHour}
+ ))} +{groupedOpeningHour}
-