Update Khoj tagline to "Your Second Brain"

This commit is contained in:
Debanjum Singh Solanky
2024-08-05 02:26:41 +05:30
parent 46f928165c
commit 1cdfa8087c
10 changed files with 15 additions and 14 deletions

View File

@@ -6,7 +6,7 @@ const inter = Noto_Sans({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Khoj AI - Home",
description: "Your open, personal AI.",
description: "Your Second Brain.",
icons: {
icon: '/static/favicon.ico',
},

View File

@@ -154,7 +154,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
showLoginPrompt && (
<LoginPrompt
onOpenChange={setShowLoginPrompt}
loginRedirectMessage={"Login to start extending your second brain"} />
loginRedirectMessage={"Login to your second brain"} />
)
}
<div className={`w-full text-center justify-end content-end`}>