mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 10:56:24 +02:00
feat: improved onboarding
This commit is contained in:
parent
2b82f32b8c
commit
cc73e8e565
13 changed files with 999 additions and 887 deletions
|
|
@ -32,10 +32,10 @@ export function GoogleLoginButton() {
|
|||
<div className="relative w-full overflow-hidden">
|
||||
<AmbientBackground />
|
||||
<div className="mx-auto flex h-screen max-w-lg flex-col items-center justify-center">
|
||||
<Logo className="rounded-md" />
|
||||
<h1 className="my-8 text-xl font-bold text-neutral-800 dark:text-neutral-100 md:text-4xl">
|
||||
{t("welcome_back")}
|
||||
</h1>
|
||||
<Logo className="rounded-full my-8" />
|
||||
{/* <h1 className="my-8 text-xl font-bold text-neutral-800 dark:text-neutral-100 md:text-4xl">
|
||||
Login
|
||||
</h1> */}
|
||||
{/*
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: -5 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue