Skip to content

Commit 5e09281

Browse files
Neon-20PeerRich
andauthored
fix: fixed the padding at the footer in /signup (#15394)
* fixed the padding at the footer in /signup * reverted /auth/login Link style to original * Update apps/web/pages/signup.tsx --------- Co-authored-by: Peer Richelsen <peer@cal.com>
1 parent b66d36a commit 5e09281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/pages/signup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ export default function Signup({
529529
)}
530530
</div>
531531
{/* Already have an account & T&C */}
532-
<div className="mt-10 flex h-full flex-col justify-end text-xs">
532+
<div className="mt-10 flex h-full flex-col justify-end pb-6 text-xs">
533533
<div className="flex flex-col text-sm">
534534
<div className="flex gap-1">
535535
<p className="text-subtle">{t("already_have_account")}</p>

0 commit comments

Comments
 (0)