Skip to content

Commit b7f67b3

Browse files
committed
Show course name when in course-specific chat page
1 parent e0f0471 commit b7f67b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/client/components/Chat/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,8 @@ const Chat = () => {
299299
return (
300300
<Box>
301301
<Banner disclaimer={disclaimer} />
302+
{course && <Typography variant="h4">{course.name[language]}</Typography>}
303+
<Box sx={{ mb: 3 }} />
302304
{hasPrompts && (
303305
<PromptSelector
304306
prompts={course.prompts}

0 commit comments

Comments
 (0)