Terminal
This commit is contained in:
@@ -20,6 +20,7 @@ import {
|
|||||||
Mail,
|
Mail,
|
||||||
CreditCard,
|
CreditCard,
|
||||||
Wallet,
|
Wallet,
|
||||||
|
Palmtree,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
import { useEffect } from "react";
|
import { useEffect } from "react";
|
||||||
|
|
||||||
@@ -63,6 +64,12 @@ function ProtectedLayout() {
|
|||||||
icon: ClipboardCheck,
|
icon: ClipboardCheck,
|
||||||
show: isAdmin || roles.includes("teacher"),
|
show: isAdmin || roles.includes("teacher"),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
to: "/vacation",
|
||||||
|
label: "Vacation",
|
||||||
|
icon: Palmtree,
|
||||||
|
show: isAdmin || roles.includes("campus_admin") || roles.includes("teacher"),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
to: "/plans",
|
to: "/plans",
|
||||||
label: "504 / IEP",
|
label: "504 / IEP",
|
||||||
|
|||||||
Reference in New Issue
Block a user