Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions src/components/admin/AdminNavigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ import {
ChevronLeft as ChevronLeftIcon,
Dashboard as DashboardIcon,
Share as ShareIcon,
Gavel as JudgingIcon,

Gavel as JudgingIcon,
PostAdd as RequestIcon,
} from "@mui/icons-material";
import HandshakeIcon from '@mui/icons-material/Handshake';

Expand Down Expand Up @@ -81,6 +81,11 @@ const adminPages = [
label: "Hackathons",
icon: <EventIcon color="error" />
},
{
path: "/admin/hackathon-requests",
label: "Hackathon Requests",
icon: <RequestIcon style={{ color: "#e91e63" }} />
},
{
path: "/admin/check-in",
label: "Check In",
Expand Down
Loading