diff --git a/components/Shell.tsx b/components/Shell.tsx index 61eef5fb94..e17920402d 100644 --- a/components/Shell.tsx +++ b/components/Shell.tsx @@ -136,13 +136,13 @@ export default function Shell(props: { { name: t("bookings"), href: "/bookings/upcoming", - icon: ClockIcon, + icon: CalendarIcon, current: router.asPath.startsWith("/bookings"), }, { name: t("availability"), href: "/availability", - icon: CalendarIcon, + icon: ClockIcon, current: router.asPath.startsWith("/availability"), }, {