diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/landing/app/apple-icon.png | bin | 0 -> 3476 bytes | |||
| -rw-r--r-- | apps/landing/app/icon.png | bin | 0 -> 3476 bytes | |||
| -rw-r--r-- | apps/landing/app/opengraph-image.jpg | bin | 105241 -> 0 bytes | |||
| -rw-r--r-- | apps/landing/app/opengraph-image.png | bin | 0 -> 3195946 bytes | |||
| l--------- | apps/landing/app/twitter-image.jpg | 1 | ||||
| -rw-r--r-- | apps/landing/app/twitter-image.png | bin | 0 -> 3195946 bytes | |||
| -rw-r--r-- | apps/web/app/apple-icon.png | bin | 0 -> 3476 bytes | |||
| -rw-r--r-- | apps/web/app/icon.png | bin | 0 -> 3476 bytes | |||
| -rw-r--r-- | apps/web/app/layout.tsx | 3 |
9 files changed, 2 insertions, 2 deletions
diff --git a/apps/landing/app/apple-icon.png b/apps/landing/app/apple-icon.png Binary files differnew file mode 100644 index 00000000..8b600d2f --- /dev/null +++ b/apps/landing/app/apple-icon.png diff --git a/apps/landing/app/icon.png b/apps/landing/app/icon.png Binary files differnew file mode 100644 index 00000000..3dcfd34c --- /dev/null +++ b/apps/landing/app/icon.png diff --git a/apps/landing/app/opengraph-image.jpg b/apps/landing/app/opengraph-image.jpg Binary files differdeleted file mode 100644 index 59d8a758..00000000 --- a/apps/landing/app/opengraph-image.jpg +++ /dev/null diff --git a/apps/landing/app/opengraph-image.png b/apps/landing/app/opengraph-image.png Binary files differnew file mode 100644 index 00000000..b0dce115 --- /dev/null +++ b/apps/landing/app/opengraph-image.png diff --git a/apps/landing/app/twitter-image.jpg b/apps/landing/app/twitter-image.jpg deleted file mode 120000 index 4121c11d..00000000 --- a/apps/landing/app/twitter-image.jpg +++ /dev/null @@ -1 +0,0 @@ -opengraph-image.jpg
\ No newline at end of file diff --git a/apps/landing/app/twitter-image.png b/apps/landing/app/twitter-image.png Binary files differnew file mode 100644 index 00000000..b0dce115 --- /dev/null +++ b/apps/landing/app/twitter-image.png diff --git a/apps/web/app/apple-icon.png b/apps/web/app/apple-icon.png Binary files differnew file mode 100644 index 00000000..aced9e43 --- /dev/null +++ b/apps/web/app/apple-icon.png diff --git a/apps/web/app/icon.png b/apps/web/app/icon.png Binary files differnew file mode 100644 index 00000000..32788710 --- /dev/null +++ b/apps/web/app/icon.png 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, |
