We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0f0471 commit b7f67b3Copy full SHA for b7f67b3
src/client/components/Chat/index.tsx
@@ -299,6 +299,8 @@ const Chat = () => {
299
return (
300
<Box>
301
<Banner disclaimer={disclaimer} />
302
+ {course && <Typography variant="h4">{course.name[language]}</Typography>}
303
+ <Box sx={{ mb: 3 }} />
304
{hasPrompts && (
305
<PromptSelector
306
prompts={course.prompts}
0 commit comments