diff --git a/web/src/app/chat/shared/[chatId]/SharedChatDisplay.tsx b/web/src/app/chat/shared/[chatId]/SharedChatDisplay.tsx
index 129d76f384..5d717a6d45 100644
--- a/web/src/app/chat/shared/[chatId]/SharedChatDisplay.tsx
+++ b/web/src/app/chat/shared/[chatId]/SharedChatDisplay.tsx
@@ -79,6 +79,7 @@ export function SharedChatDisplay({
);
} else {
diff --git a/web/src/components/header/Header.tsx b/web/src/components/header/Header.tsx
index 200f93bb18..d6433a923e 100644
--- a/web/src/components/header/Header.tsx
+++ b/web/src/components/header/Header.tsx
@@ -40,7 +40,7 @@ export function Header({ user, page }: HeaderProps) {
settings && settings.default_page === "chat" ? "/chat" : "/search"
}
>
-