Privacy policy and navbar updates
All checks were successful
Deploy to Server / deploy (push) Successful in 30s

This commit is contained in:
2026-04-09 14:20:18 -05:00
parent 2bd0a9e236
commit 820478fdaa
8 changed files with 39 additions and 10 deletions

View File

@@ -33,7 +33,7 @@ export function EmailVerification({ email }: Props) {
<Card className="w-full max-w-sm">
<CardContent className="p-8 space-y-6 text-center">
<div className="flex justify-center">
<img src={logo} alt="LabWise" className="h-12" />
<a href="/"><img src={logo} alt="LabWise" className="h-12" /></a>
</div>
<div className="flex justify-center">
<div className="rounded-full bg-accent p-4">

View File

@@ -39,7 +39,7 @@ export function ForgotPassword({ onBack }: Props) {
<Card className="w-full max-w-sm">
<CardContent className="p-8 space-y-6">
<div className="flex justify-center">
<img src={logo} alt="LabWise" className="h-12" />
<a href="/"><img src={logo} alt="LabWise" className="h-12" /></a>
</div>
{sent ? (

View File

@@ -102,7 +102,7 @@ export function LoginForm({ onSignUp, onForgotPassword }: Props) {
{/* Sticky Navbar */}
<nav className="sticky top-0 z-50 bg-card border-b border-border">
<div className="max-w-6xl mx-auto px-6 h-14 flex items-center justify-between">
<img src={logo} alt="LabWise" className="h-7" />
<a href="/"><img src={logo} alt="LabWise" className="h-7" /></a>
<div className="flex items-center gap-2">
<Button variant="ghost" size="sm" onClick={scrollToAbout}>
About
@@ -218,6 +218,12 @@ export function LoginForm({ onSignUp, onForgotPassword }: Props) {
Create account
</button>
</div>
<div className="text-center">
<a href="/privacy" className="text-xs text-muted-foreground hover:text-foreground transition-colors">
Privacy Policy
</a>
</div>
</CardContent>
</Card>
@@ -285,7 +291,7 @@ export function LoginForm({ onSignUp, onForgotPassword }: Props) {
<div className="border-t border-border">
<div className="max-w-5xl mx-auto px-6 py-6 flex items-center justify-between text-xs text-muted-foreground">
<span>© {new Date().getFullYear()} LabWise</span>
<span>Built for research labs</span>
<a href="/privacy" className="hover:text-foreground transition-colors">Privacy Policy</a>
</div>
</div>
</section>

View File

@@ -46,7 +46,7 @@ export function ResetPassword({ onSuccess }: Props) {
<Card className="w-full max-w-sm">
<CardContent className="p-8 space-y-6">
<div className="flex justify-center">
<img src={logo} alt="LabWise" className="h-12" />
<a href="/"><img src={logo} alt="LabWise" className="h-12" /></a>
</div>
{done ? (

View File

@@ -123,7 +123,7 @@ export function SignUpForm({ onLogin }: Props) {
<Card className="w-full max-w-sm">
<CardContent className="p-8 space-y-6">
<div className="flex justify-center">
<img src={logo} alt="LabWise" className="h-12" />
<a href="/"><img src={logo} alt="LabWise" className="h-12" /></a>
</div>
<p className="text-center text-muted-foreground text-sm">
Create your LabWise account.