aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-26 12:11:46 +0000
committerMohamedBassem <me@mbassem.com>2024-03-26 13:33:21 +0000
commit4fa4a146398e730f026bc7a3752d55021a62a16f (patch)
treee8bfa9ade908105f96cbdc08553e2745ecf84d32 /apps/web
parente199112e648eb7da819e4c68cb1dc5c176aa2957 (diff)
downloadkarakeep-4fa4a146398e730f026bc7a3752d55021a62a16f.tar.zst
docs: Update logo in all screenshots
Diffstat (limited to 'apps/web')
-rw-r--r--apps/web/app/apple-icon.pngbin0 -> 3476 bytes
-rw-r--r--apps/web/app/icon.pngbin0 -> 3476 bytes
-rw-r--r--apps/web/app/layout.tsx3
3 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/app/apple-icon.png b/apps/web/app/apple-icon.png
new file mode 100644
index 00000000..aced9e43
--- /dev/null
+++ b/apps/web/app/apple-icon.png
Binary files differ
diff --git a/apps/web/app/icon.png b/apps/web/app/icon.png
new file mode 100644
index 00000000..32788710
--- /dev/null
+++ b/apps/web/app/icon.png
Binary files 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,