import React from 'react'; import styles from '../styles/OpenHours.module.scss'; type OpenHoursProps = { kitchenNotice?: boolean; }; export const OpenHours = ({ kitchenNotice }: OpenHoursProps) => { return ( <>
su-to 9:00-19:00
{/* Only during summer season */}pe-la 9:00-21:00
{kitchenNotice && (Keittiƶ auki klo 12:00-19:00
)}