Swap availability and booking icons (#1276)
parent
05fa1feab0
commit
22a6d6ee3b
|
@ -136,13 +136,13 @@ export default function Shell(props: {
|
||||||
{
|
{
|
||||||
name: t("bookings"),
|
name: t("bookings"),
|
||||||
href: "/bookings/upcoming",
|
href: "/bookings/upcoming",
|
||||||
icon: ClockIcon,
|
icon: CalendarIcon,
|
||||||
current: router.asPath.startsWith("/bookings"),
|
current: router.asPath.startsWith("/bookings"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: t("availability"),
|
name: t("availability"),
|
||||||
href: "/availability",
|
href: "/availability",
|
||||||
icon: CalendarIcon,
|
icon: ClockIcon,
|
||||||
current: router.asPath.startsWith("/availability"),
|
current: router.asPath.startsWith("/availability"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue