Improve web browsing train of thought status text shown on web app

This commit is contained in:
Debanjum
2025-11-10 18:30:49 -08:00
parent aab0653025
commit 2c54a2cd10
2 changed files with 4 additions and 4 deletions

View File

@@ -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}`} />;
}