dashboard route changed

parent e2935498
......@@ -15,7 +15,7 @@ function Sidebar() {
<li>
<Link
className={`flex items-center gap-x-3.5 py-2 px-2.5 bg-gray-100 text-sm text-slate-700 rounded-lg hover:bg-gray-100 dark:bg-gray-900 dark:text-white dark:focus:outline-none dark:focus:ring-1 dark:focus:ring-gray-600`}
to={`/${user?.empId}/dashboard`}
to={`/dashboard`}
>
<svg
className="size-4"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment