Skip to content

Commit

Permalink
Update link to add new student in admin overview
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanGrims committed Oct 18, 2024
1 parent a627b98 commit ed05ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/admin/Overview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function Overview() {
variant="outlined"
style={{ width: "100%", padding: "20px" }}
clickable
onClick={() => navigate("/admin/students")}
onClick={() => navigate("/admin/students/add")}
>
<div
className="mdui-prose"
Expand Down

0 comments on commit ed05ffd

Please sign in to comment.