Skip to content

Commit

Permalink
removed users/all/
Browse files Browse the repository at this point in the history
  • Loading branch information
AarifLamat committed Feb 9, 2025
1 parent 20971c9 commit 75a92c2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 99 deletions.
90 changes: 0 additions & 90 deletions client/src/pages/admin-dashboard/users/all/index.tsx

This file was deleted.

8 changes: 0 additions & 8 deletions client/src/pages/admin-dashboard/users/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,6 @@ const CreatePage: NextPageWithLayout = () => {
staff
</Link>
</div>
<div className="flex h-40 w-40 items-center justify-center rounded-md border-2 border-yellow hover:bg-yellow">
<Link
className="flex h-full w-full items-center justify-center text-center"
href="users/all"
>
all users
</Link>
</div>
</div>
);
};
Expand Down
1 change: 0 additions & 1 deletion client/src/types/app-sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const navData: NavigationData = {
title: "Users",
url: "/admin-dashboard/users",
items: [
{ title: "All Users", url: "/admin-dashboard/users/all" },
{ title: "Teachers", url: "/admin-dashboard/users/teachers" },
{ title: "Students", url: "/admin-dashboard/users/students" },
{ title: "Staff", url: "/admin-dashboard/users/staffs" },
Expand Down

0 comments on commit 75a92c2

Please sign in to comment.