Skip to content

Commit 8e462d4

Browse files
committed
Merge branch 'kl/scrum-41-ai-timetable-generate' of https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-course-matrix into kl/scrum-41-ai-timetable-generate
2 parents 029612c + c0f4941 commit 8e462d4

File tree

1 file changed

+3
-1
lines changed
  • course-matrix/frontend/src/components/assistant-ui

1 file changed

+3
-1
lines changed

course-matrix/frontend/src/components/assistant-ui/thread.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ const ThreadWelcome: FC = () => {
8282
Hi my name is <span className="text-primary">Morpheus</span>. How
8383
can I help you today?
8484
</p>
85-
<p className="mt-4 text-sm text-gray-300"><strong>Tip: </strong> Use /timetable to work with your timetables</p>
85+
<p className="mt-4 text-sm text-gray-300">
86+
<strong>Tip: </strong> Use /timetable to work with your timetables
87+
</p>
8688
</div>
8789
<ThreadWelcomeSuggestions />
8890
</div>

0 commit comments

Comments
 (0)