From 4aed6f7e0874e72da73ab7b956bc467c902ba807 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Mon, 6 Jan 2025 08:55:00 -0800 Subject: [PATCH] Add a link around the header khojlogotype to go home --- src/interface/web/app/agents/page.tsx | 4 +++- src/interface/web/app/automations/page.tsx | 4 +++- src/interface/web/app/chat/page.tsx | 4 +++- src/interface/web/app/page.tsx | 4 +++- src/interface/web/app/search/page.tsx | 4 +++- src/interface/web/app/settings/page.tsx | 4 +++- src/interface/web/app/share/chat/page.tsx | 4 +++- 7 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/interface/web/app/agents/page.tsx b/src/interface/web/app/agents/page.tsx index c42c3ff8..8ea08041 100644 --- a/src/interface/web/app/agents/page.tsx +++ b/src/interface/web/app/agents/page.tsx @@ -296,7 +296,9 @@ export default function Agents() { {isMobileWidth ? ( - + + + ) : (

Agents

)} diff --git a/src/interface/web/app/automations/page.tsx b/src/interface/web/app/automations/page.tsx index 0241db6d..6f28968e 100644 --- a/src/interface/web/app/automations/page.tsx +++ b/src/interface/web/app/automations/page.tsx @@ -1059,7 +1059,9 @@ export default function Automations() { {isMobileWidth ? ( - + + + ) : (

Automations

)} diff --git a/src/interface/web/app/chat/page.tsx b/src/interface/web/app/chat/page.tsx index 1162379f..ff7cb796 100644 --- a/src/interface/web/app/chat/page.tsx +++ b/src/interface/web/app/chat/page.tsx @@ -401,7 +401,9 @@ export default function Chat() { className={`${styles.chatTitleWrapper} text-nowrap text-ellipsis overflow-hidden max-w-screen-md grid items-top font-bold mx-2 md:mr-8 col-auto h-fit`} > {isMobileWidth ? ( - + + + ) : ( title && ( <> diff --git a/src/interface/web/app/page.tsx b/src/interface/web/app/page.tsx index b99ffaf6..f7e669a9 100644 --- a/src/interface/web/app/page.tsx +++ b/src/interface/web/app/page.tsx @@ -492,7 +492,9 @@ export default function Home() { {isMobileWidth ? ( - + + + ) : (

Ask Anything

)} diff --git a/src/interface/web/app/search/page.tsx b/src/interface/web/app/search/page.tsx index b700e5c1..90432508 100644 --- a/src/interface/web/app/search/page.tsx +++ b/src/interface/web/app/search/page.tsx @@ -237,7 +237,9 @@ export default function Search() { {isMobileWidth ? ( - + + + ) : (

Search

)} diff --git a/src/interface/web/app/settings/page.tsx b/src/interface/web/app/settings/page.tsx index d94a3a9d..cd419e40 100644 --- a/src/interface/web/app/settings/page.tsx +++ b/src/interface/web/app/settings/page.tsx @@ -864,7 +864,9 @@ export default function SettingsView() { {isMobileWidth ? ( - + + + ) : (

Settings

)} diff --git a/src/interface/web/app/share/chat/page.tsx b/src/interface/web/app/share/chat/page.tsx index ed7d2672..b7966310 100644 --- a/src/interface/web/app/share/chat/page.tsx +++ b/src/interface/web/app/share/chat/page.tsx @@ -202,7 +202,9 @@ export default function SharedChat() { className={`${styles.chatTitleWrapper} text-nowrap text-ellipsis overflow-hidden max-w-screen-md grid items-top font-bold mx-2 md:mr-8 col-auto h-fit`} > {isMobileWidth ? ( - + + + ) : ( title && ( <>