From 16866d8808c09c0cebc9861e04caa78fbcd10215 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Sat, 5 Apr 2025 15:53:42 +0100 Subject: chore: Hoarder to Karakeep rebranding (#1199) * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme --- apps/web/app/layout.tsx | 6 +++--- apps/web/app/signin/page.tsx | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'apps/web/app') diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index fd2234bf..3eb017ad 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -19,14 +19,14 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Hoarder", - applicationName: "Hoarder", + title: "Karakeep", + applicationName: "Karakeep", description: "The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.", manifest: "/manifest.json", appleWebApp: { capable: true, - title: "Hoarder", + title: "Karakeep", }, formatDetection: { telephone: false, diff --git a/apps/web/app/signin/page.tsx b/apps/web/app/signin/page.tsx index 441187e1..4dc91bec 100644 --- a/apps/web/app/signin/page.tsx +++ b/apps/web/app/signin/page.tsx @@ -11,8 +11,9 @@ export default async function SignInPage() { return (
-
- + +
+
-- cgit v1.2.3-70-g09d2