Terminal
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user