Skip to content

Commit c0f4941

Browse files
kevin-lanngithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent 037da20 commit c0f4941

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)