mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Improve web browsing train of thought status text shown on web app
This commit is contained in:
@@ -316,7 +316,7 @@ function chooseIconFromHeader(header: string, iconColor: string) {
|
||||
return <Folder className={`${classNames}`} />;
|
||||
}
|
||||
|
||||
if (compareHeader.includes("read")) {
|
||||
if (compareHeader.includes("browsing")) {
|
||||
return <Book className={`${classNames}`} />;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user