This commit is contained in:
2026-08-07 21:09:01 +00:00
parent 6f2240e2e5
commit c83ffd0006
+7
View File
@@ -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",