Swap availability and booking icons (#1276)

pull/1283/head
Bailey Pumfleet 2021-12-08 19:28:36 +00:00 committed by GitHub
parent 05fa1feab0
commit 22a6d6ee3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"),
},
{