Removed privacy policy and subheading, adjusted gap on sign in page (#164)

This commit is contained in:
Lucas Oliveira 2025-10-01 16:49:19 -03:00 committed by GitHub
parent 09d502c94b
commit 522b8b8159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,18 +69,12 @@ function LoginPageContent() {
/>
<div className="flex flex-col items-center justify-center gap-4 z-10">
<Logo className="fill-primary" width={32} height={28} />
<div className="flex flex-col items-center justify-center gap-8">
<h1 className="text-2xl font-medium font-chivo">Welcome to OpenRAG</h1>
<p className="text-sm text-muted-foreground">
All your knowledge at your fingertips.
</p>
<Button onClick={login} className="w-80 gap-1.5" size="lg">
<GoogleLogo className="h-4 w-4" />
Continue with Google
</Button>
</div>
<div className="flex items-center justify-center gap-2 absolute bottom-6 text-xs text-muted-foreground z-10">
<p className="text-accent-emerald-foreground">Systems Operational</p>
<p>Privacy Policy</p>
</Button></div>
</div>
</div>
);