From 4fa4a146398e730f026bc7a3752d55021a62a16f Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 26 Mar 2024 12:11:46 +0000 Subject: docs: Update logo in all screenshots --- apps/web/app/apple-icon.png | Bin 0 -> 3476 bytes apps/web/app/icon.png | Bin 0 -> 3476 bytes apps/web/app/layout.tsx | 3 ++- 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 apps/web/app/apple-icon.png create mode 100644 apps/web/app/icon.png (limited to 'apps/web') diff --git a/apps/web/app/apple-icon.png b/apps/web/app/apple-icon.png new file mode 100644 index 00000000..aced9e43 Binary files /dev/null and b/apps/web/app/apple-icon.png differ diff --git a/apps/web/app/icon.png b/apps/web/app/icon.png new file mode 100644 index 00000000..32788710 Binary files /dev/null and b/apps/web/app/icon.png differ diff --git a/apps/web/app/layout.tsx b/apps/web/app/layout.tsx index f5ad19f6..f879780e 100644 --- a/apps/web/app/layout.tsx +++ b/apps/web/app/layout.tsx @@ -17,7 +17,8 @@ const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Hoarder", applicationName: "Hoarder", - description: "Your AI powered second brain", + description: + "The Bookmark Everything app. Hoard links, notes, and images and they will get automatically tagged AI.", manifest: "/manifest.json", appleWebApp: { capable: true, -- cgit v1.2.3-70-g09d2