feat: health checkup page
This commit is contained in:
@@ -15,6 +15,10 @@ export default function Sidebar() {
|
||||
name: "Doctor",
|
||||
path: "/doctor",
|
||||
},
|
||||
{
|
||||
name: "Health Check",
|
||||
path: "/health-check",
|
||||
},
|
||||
{
|
||||
name: "Appointments",
|
||||
path: "/appointment",
|
||||
@@ -65,7 +69,8 @@ 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