Kitchen open every day added
This commit is contained in:
@@ -13,7 +13,7 @@ export const OpenHours = ({ kitchenNotice }: OpenHoursProps) => {
|
||||
<p className={styles.openHoursDesc}>
|
||||
pe-la 9:00-21:00
|
||||
</p>
|
||||
{kitchenNotice && (<p className={styles.openHoursDesc}>Keittiö auki klo 12:00-19:00</p>)}
|
||||
{kitchenNotice && (<p className={styles.openHoursDesc}>Keittiö auki joka päivä <br /> klo 12:00-19:00</p>)}
|
||||
|
||||
|
||||
<h2 className={styles.openHoursTitle}>Tervetuloa!</h2>
|
||||
|
||||
@@ -13,4 +13,5 @@
|
||||
max-width: 15rem;
|
||||
text-align: center;
|
||||
margin-top: 0;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user