feat:add candidate pages

This commit is contained in:
ARJUN S THAMPI
2026-03-25 10:10:15 +05:30
parent 8277641077
commit de854ed538
5 changed files with 244 additions and 7 deletions
+5 -2
View File
@@ -23,6 +23,10 @@ export default function Sidebar() {
name: "Career",
path: "/career",
},
{
name: "Candidates",
path: "/candidate",
},
{
name: "Email",
path: "/email",
@@ -49,8 +53,7 @@ export default function Sidebar() {
<Link key={item.path} to={item.path}>
<Button
variant={active ? "secondary" : "ghost"}
className="w-full justify-start"
>
className="w-full justify-start">
{item.name}
</Button>
</Link>