Skip to content

Commit 0907efa

Browse files
committed
chore: add line break to indexing overlay message for improved readability
1 parent 32ba8d5 commit 0907efa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/chat/IndexingOverlay.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,8 @@ export function IndexingOverlay({
353353
marginBottom: 20,
354354
}}
355355
>
356-
indexing your repo. big codebases can take a few minutes.{" "}
356+
indexing your repo. big codebases can take a few minutes.
357+
<br />
357358
<span style={{ color: "#16a34a", fontWeight: 600 }}>
358359
you can leave this tab in the background
359360
</span>{" "}

0 commit comments

Comments
 (0)