Skip to content

Commit d2b28de

Browse files
authored
feat(landing): direct to the student register page (#1127)
2 parents a4eeb4a + d55b374 commit d2b28de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/landing/components/Layout/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const Sidebar: React.FC<{ hide: Void }> = ({ hide }) => {
5757
<Link
5858
href={router.web({
5959
route: Web.Register,
60-
role: "tutor",
60+
role: "student",
6161
full: true,
6262
})}
6363
className="w-[134px] flex-1"

0 commit comments

Comments
 (0)