diff options
Diffstat (limited to 'apps/web/app')
| -rw-r--r-- | apps/web/app/layout.tsx | 6 | ||||
| -rw-r--r-- | apps/web/app/signin/page.tsx | 5 |
2 files changed, 6 insertions, 5 deletions
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 ( <div className="grid min-h-screen grid-rows-6 justify-center"> - <div className="row-span-2 flex w-96 items-center justify-center space-x-2"> - <HoarderLogo height={62} gap="12px" /> + <span className="row-span-1" /> + <div className="row-span-1 flex w-96 items-center justify-center space-x-2"> + <HoarderLogo height={100} /> </div> <div className="row-span-4 px-3"> <SignInForm /> |
