small fixes
All checks were successful
Deploy / deploy (ubuntu-latest, 2.44.0) (push) Successful in 57s

This commit is contained in:
Braydon 2024-09-18 00:34:11 -04:00
parent e2d23d578f
commit 578263ad7b
2 changed files with 2 additions and 1 deletions

@ -147,6 +147,7 @@ const AuthForm = (): ReactElement => {
className="pl-8 rounded-lg" className="pl-8 rounded-lg"
type="email" type="email"
placeholder="bob@example.com" placeholder="bob@example.com"
disabled={stage !== "email"}
{...register("email")} {...register("email")}
/> />
</div> </div>

@ -18,7 +18,7 @@ const Footer = (): ReactElement => (
const DocumentLink = ({ name, link }: { name: string; link: string }) => ( const DocumentLink = ({ name, link }: { name: string; link: string }) => (
<Link <Link
className="text-primary hover:opacity-85 transition-all transform-gpu" className="text-red-500 hover:opacity-85 transition-all transform-gpu"
href={link} href={link}
> >
{name} {name}