aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/signin
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-04-05 15:53:42 +0100
committerGitHub <noreply@github.com>2025-04-05 15:53:42 +0100
commit16866d8808c09c0cebc9861e04caa78fbcd10215 (patch)
tree432a8074b6fd3f48f35318f47f2ab36bfffe1168 /apps/web/app/signin
parent55ae6796d837b74b2e61720555512a215dbb687e (diff)
downloadkarakeep-16866d8808c09c0cebc9861e04caa78fbcd10215.tar.zst
chore: Hoarder to Karakeep rebranding (#1199)
* The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
Diffstat (limited to 'apps/web/app/signin')
-rw-r--r--apps/web/app/signin/page.tsx5
1 files changed, 3 insertions, 2 deletions
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 />