Skip to content

Commit

Permalink
Classes phase-1 [Assign:faculty,coordinator,mentor].
Browse files Browse the repository at this point in the history
  • Loading branch information
kihan2518B committed Dec 26, 2024
1 parent 86b82bd commit 5da003d
Show file tree
Hide file tree
Showing 10 changed files with 730 additions and 68 deletions.
117 changes: 117 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@clerk/nextjs": "^6.3.1",
"@hookform/resolvers": "^3.9.1",
"@prisma/client": "^5.22.0",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.3",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
Expand Down
8 changes: 0 additions & 8 deletions prisma/seed.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,7 @@ async function main() {
email: "coordinator_uit@ku.edu.in",
phone: "7894567898",
roles: {
<<<<<<< HEAD
connect: [5, 4].map((id) => ({ id }))
=======
connect: [5,4].map((id) => ({ id }))
>>>>>>> main
}
}
})
Expand Down Expand Up @@ -220,11 +216,7 @@ async function main() {
phone: "7894567898",
departmentId: 1,
roles: {
<<<<<<< HEAD
connect: [11, 4].map((id) => ({ id }))
=======
connect: [11,4].map((id) => ({ id }))
>>>>>>> main
}
}
})
Expand Down
2 changes: 1 addition & 1 deletion src/app/(module)/(LMS)/_components/ClassDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const ClassDetails = ({ Class, isLoading = false }: ClassDetailsProps) => {
}

return (
<div className="w-full mx-auto p-4 space-y-6">
<div className="w-full mx-auto space-y-6">
<Card className="w-full bg-white shadow-lg">
<CardContent className="p-6">
<div className="flex flex-col md:flex-row items-start md:items-center gap-6">
Expand Down
Loading

0 comments on commit 5da003d

Please sign in to comment.