mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
docs: v1.3 announcement changelog (#3476)
* v1.3 init anouncement changelog docs * revamp on guide * stale * saml * code block * update * update * revamp and update * feat: changelog image * docs and og image * revert * update * v1.3 * cont * init * update * chore add count method * update og * update og --------- Co-authored-by: Kinfe123 <kinfishtech@gmail.com>
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import Link from "next/link";
|
||||
import { useId } from "react";
|
||||
|
||||
import clsx from "clsx";
|
||||
import { DiscordLogoIcon } from "@radix-ui/react-icons";
|
||||
@@ -91,21 +90,6 @@ export function IntroFooter() {
|
||||
);
|
||||
}
|
||||
|
||||
export function SignUpForm() {
|
||||
let id = useId();
|
||||
|
||||
return (
|
||||
<form className="relative isolate mt-8 flex items-center pr-1">
|
||||
<label htmlFor={id} className="sr-only">
|
||||
Email address
|
||||
</label>
|
||||
|
||||
<div className="absolute inset-0 -z-10 rounded-lg transition peer-focus:ring-4 peer-focus:ring-sky-300/15" />
|
||||
<div className="absolute inset-0 -z-10 rounded-lg bg-white/2.5 ring-1 ring-white/15 transition peer-focus:ring-sky-300" />
|
||||
</form>
|
||||
);
|
||||
}
|
||||
|
||||
export function IconLink({
|
||||
children,
|
||||
className,
|
||||
|
||||
Reference in New Issue
Block a user