diff --git a/src/routes/_authenticated/route.tsx b/src/routes/_authenticated/route.tsx index 9f0340f..e0b6fa4 100644 --- a/src/routes/_authenticated/route.tsx +++ b/src/routes/_authenticated/route.tsx @@ -20,6 +20,7 @@ import { Mail, CreditCard, Wallet, + Palmtree, } from "lucide-react"; import { useEffect } from "react"; @@ -63,6 +64,12 @@ function ProtectedLayout() { icon: ClipboardCheck, show: isAdmin || roles.includes("teacher"), }, + { + to: "/vacation", + label: "Vacation", + icon: Palmtree, + show: isAdmin || roles.includes("campus_admin") || roles.includes("teacher"), + }, { to: "/plans", label: "504 / IEP",