Skip to content

Commit

Permalink
Update link for new patient to send to root
Browse files Browse the repository at this point in the history
  • Loading branch information
samau3 committed Aug 28, 2024
1 parent 2833a3f commit dafc855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Sidebar/Sidebar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const sections = [
{ label: 'Patient', href: '/', icon: <IconEmergencyBed stroke={2} /> },
{
label: 'New Patient',
href: '/admin/patients/register',
href: '/',
icon: <IconClipboardPlus stroke={2} />,
},
{
Expand Down

0 comments on commit dafc855

Please sign in to comment.