Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion apps/web/app/(org)/login/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,19 @@ const NormalLogin = ({
</div>
)} */}
</motion.div>
<div className="flex gap-4 items-center my-4">
<motion.p
layout="position"
className="mt-3 text-xs text-center text-gray-9"
>
Don't have an account?{" "}
<Link
href="/signup"
className="text-xs font-semibold text-blue-9 hover:text-blue-8"
>
Sign up here
</Link>
</motion.p>
<div className="flex gap-4 items-center mt-4 mb-4">
<span className="flex-1 h-px bg-gray-5" />
<p className="text-sm text-center text-gray-10">OR</p>
<span className="flex-1 h-px bg-gray-5" />
Expand Down
Loading
Loading