feat:add candidate pages
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user