From c83ffd0006c1873d6276b4cd8bc110df97155e1e Mon Sep 17 00:00:00 2001 From: admin Date: Fri, 7 Aug 2026 21:09:01 +0000 Subject: [PATCH] Terminal --- src/routes/_authenticated/route.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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",