This commit is contained in:
2025-11-18 22:31:22 +03:00
parent f4fa4639dc
commit d4e2105c03
3 changed files with 19 additions and 29 deletions

View File

@@ -113,21 +113,21 @@ export default function RestaurantServices() {
},
]) ||
[]),
...((is_booking_enabled && [
{
id: OrderType.Booking,
title: t("common.tableBooking"),
description: t("home.services.booking"),
icon: (
<BookingIcon
className={styles.serviceIcon + " " + styles.bookingIcon}
/>
),
color: "bg-indigo-50 text-indigo-600",
href: `/${subdomain}/menu?orderType=${OrderType.Booking}`,
},
]) ||
[]),
// ...((is_booking_enabled && [
// {
// id: OrderType.Booking,
// title: t("common.tableBooking"),
// description: t("home.services.booking"),
// icon: (
// <BookingIcon
// className={styles.serviceIcon + " " + styles.bookingIcon}
// />
// ),
// color: "bg-indigo-50 text-indigo-600",
// href: `/${subdomain}/menu?orderType=${OrderType.Booking}`,
// },
// ]) ||
// []),
...((delivery && [
{
id: OrderType.Delivery,