Skip to content

Commit 32d84b5

Browse files
chore: changed value for back button
1 parent 48b184f commit 32d84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/navbar/navbar-routes.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const NavBarRoutes = ({ globalProgress, userNotifications }: NavBarRoutes
6565
<Link href="/">
6666
<Button size="sm" variant="ghost">
6767
<LogOut className="h-4 w-4 mr-2" />
68-
{isTeacherPage || isOwnerPage ? 'Exit' : 'Back to courses'}
68+
{isTeacherPage || isOwnerPage || isChatPage ? 'Exit' : 'Back to courses'}
6969
</Button>
7070
</Link>
7171
)}

0 commit comments

Comments
 (0)