Swap availability and booking icons (#1276)
This commit is contained in:
parent
05fa1feab0
commit
22a6d6ee3b
1 changed files with 2 additions and 2 deletions
|
@ -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"),
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue